nushell/crates/nu-cli
George Pollard 42a1adf2e9
Indices are (now) green, bold, right-aligned (#2181)
With https://github.com/nushell/nushell/pull/355 the (numeric) index column of tables was changed to be right-aligned. After the move to `nu-table` the index column is now centered instead of right-aligned. I think this is a copy-paste bug where [this line](71e55541d7/crates/nu-cli/src/commands/table.rs (L190)) has been copied from [this line](71e55541d7/crates/nu-cli/src/commands/table.rs (L207)), since the code is out-of-sync with the comment. This change restores harmony between the description and the function of the code.
2020-07-15 15:48:20 +12:00
..
src Indices are (now) green, bold, right-aligned (#2181) 2020-07-15 15:48:20 +12:00
tests Merge skip command varieties into one command with sub commands. (#2179) 2020-07-14 20:44:49 -05:00
Cargo.toml Remove commands meant for internal use. (#2182) 2020-07-14 21:49:46 -05:00