forked from extern/nushell
30c331e882
The value rendering code in explore is _very_ flexible; values can be rendered with orientation `Top`, `Left`, `Bottom`, or `Right`. The default is `Top` for tables (header at the top) and `Left` for records (header on the left). This PR removes `Bottom` and `Right`; they are largely untested, probably used by nobody, and they complicate the rendering code. ## Testing Performed I've manually confirmed that tables and records still render the same ass before, and the `t`/transpose command still works. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE |