mirror of
https://github.com/nushell/nushell.git
synced 2025-02-21 13:02:01 +01:00
# Description There has been multiple instances of users being unable to discover that `chunks` can be used with binary data. This should make it easier for users to discover that (using `help -f`). # User-Facing Changes Help text of `chunks` updated as mentioned above. # Tests + Formatting - 🟢 toolkit fmt - 🟢 toolkit clippy - 🟢 toolkit test - 🟢 toolkit test stdlib # After Submitting Should we consider mentioning commands that can work with binary input (first, take, chunks, etc) in the help text for `bytes`? Co-authored-by: Bahex <17417311+Bahex@users.noreply.github.com> |
||
---|---|---|
.. | ||
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.