mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01:00
0c139c7411
close #13803 For your @amtoine example we get ``` #┬c-a┬c-b┬c-c┬c-d─┬─c-e─ 0│ 1│ 12│123│1234│12345 ─┴───┴───┴───┴────┴───── ``` |
||
---|---|---|
.. | ||
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.