mirror of
https://github.com/nushell/nushell.git
synced 2024-12-23 23:49:44 +01:00
52eb9c2ef3
# Description All credit to @AlifianK for suggesting this in the doc repo (https://github.com/nushell/nushell.github.io/pull/1571). This updates the merge example to make it more clear by using a different set of numbers that can't easily be confused with an `index`. Also changes the `index` to `id` to remove the "magic column name conversion". (#13780). # User-Facing Changes Help/Doc change 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.