mirror of
https://github.com/nushell/nushell.git
synced 2025-04-25 21:58:18 +02:00
Reverts nushell/nushell#15407 Reopens https://github.com/nushell/nushell/issues/15394 @zhiburt Reverting due to some strange coloring I didn't notice before. Notice the last row. This is the command that produced this table `help commands | group-by command_type | get external`  This is what it looks like after the revert. Notice the column header colors. Wrapping is also a little bit different even though my terminal size didn't change. Notice `search_terms` was kind of eaten above.  |
||
---|---|---|
.. | ||
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.