mirror of
https://github.com/nushell/nushell.git
synced 2025-05-06 19:14:25 +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.  |
||
---|---|---|
.. | ||
examples | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md |
The layout logic for Nushell's table viewer.
See also the separate table
command implementation
Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.