mirror of
https://github.com/nushell/nushell.git
synced 2025-07-08 18:37:07 +02:00
# Description I've noticed that unlike everything else in nushell the output of `ansi --list` has a column named `short name` instead of `short_name`, so I changed it. While I was at it, I also added a shortname `rst` to `reset` since it is often used. # User-Facing Changes Changed the column name of `ansi --list` from `short name` to `short_name`
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.