mirror of
https://github.com/nushell/nushell.git
synced 2025-05-08 08:52:56 +00:00
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.