mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 01:43:47 +01:00
ca8eb856e8
# Description With this PR, we should be able to close https://github.com/nushell/nushell.github.io/issues/1225 Help/doc/examples updated for: * `cd` to show multi-dot traversal * `cd` to show implicit `cd` with bare directory path * Fixed/clarified another example that mentioned `$OLDPATH` while I was in there * `mv` and `cp` examples for multi-dot traversal * Updated `cp` examples to use more consistent (and clear) filenames # User-Facing Changes Help/doc only # 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.