mirror of
https://github.com/nushell/nushell.git
synced 2025-07-11 11:55:10 +02:00
these documentations say ">" when what they mean is ">>" # Description this documentation is about the use of ">>", but the documentation wrongly says ">". it has been updated to say ">>" instead. # User-Facing Changes the user will see ">>" in the documentation instead of ">". # Tests + Formatting there is nothing to test. this is a documentation change. # After Submitting
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.