mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01:00
0e3a8c552c
# Description Apologies - The updated wording I used in the last PR *description* was not what I actually pushed. I failed to commit and push the last update. This PR fixes the code to reflect what was described in #14065: ``` -r, --header-row - use the first input column as the table header-row (or keynames when combined with --as-record) ``` # User-Facing Changes Help/doc only # Tests + Formatting - 🟢 `toolkit fmt` - 🟢 `toolkit clippy` - 🟢 `toolkit test` - 🟢 `toolkit test stdlib` (And visually confirmed help changes ;-)) # 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.