mirror of
https://github.com/nushell/nushell.git
synced 2025-01-06 22:40:01 +01:00
f2dcae570c
# Description Adds support for `Value::Binary` and `ByteStream` inputs to `chunks`. In case of `ByteStream`, stream is not collected, and chunked as it comes. This works: ```nushell open --raw /dev/urandom | chunks 4 | take 4 ``` # User-Facing Changes `chunks` can now be used on binary values and streams. # Tests + Formatting - 🟢 toolkit fmt - 🟢 toolkit clippy - 🟢 toolkit test - 🟢 toolkit test stdlib # After Submitting N/A |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE | ||
README.md |
This crate contains the majority of our commands
We allow ourselves to move some of the commands in nu-command
to nu-cmd-*
crates as needed.
Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.