nushell/crates
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
..
nu_plugin_binaryview Bump to 0.16.1 (#2116) 2020-07-06 08:12:44 +12:00
nu_plugin_fetch Refactor Fetch command (No logic changes) (#2131) 2020-07-09 04:49:27 +12:00
nu_plugin_inc Rename 'bytes' to 'filesize' (#2153) 2020-07-11 14:17:37 +12:00
nu_plugin_match Bump to 0.16.1 (#2116) 2020-07-06 08:12:44 +12:00
nu_plugin_post Rename 'bytes' to 'filesize' (#2153) 2020-07-11 14:17:37 +12:00
nu_plugin_ps Rename 'bytes' to 'filesize' (#2153) 2020-07-11 14:17:37 +12:00
nu_plugin_start Bump to 0.16.1 (#2116) 2020-07-06 08:12:44 +12:00
nu_plugin_sys Rename 'bytes' to 'filesize' (#2153) 2020-07-11 14:17:37 +12:00
nu_plugin_textview Bump to 0.16.1 (#2116) 2020-07-06 08:12:44 +12:00
nu_plugin_tree Bump to 0.16.1 (#2116) 2020-07-06 08:12:44 +12:00
nu-build Bump to 0.16.1 (#2116) 2020-07-06 08:12:44 +12:00
nu-cli Indices are (now) green, bold, right-aligned (#2181) 2020-07-15 15:48:20 +12:00
nu-errors Bump to 0.16.1 (#2116) 2020-07-06 08:12:44 +12:00
nu-parser 1747 add ns to duration (#2128) 2020-07-11 05:48:11 +12:00
nu-plugin Bump to 0.16.1 (#2116) 2020-07-06 08:12:44 +12:00
nu-protocol Use matches!() for true/false returning match statements (#2176) 2020-07-14 20:11:41 -04:00
nu-source Use matches!() for true/false returning match statements (#2176) 2020-07-14 20:11:41 -04:00
nu-table Bump to 0.16.1 (#2116) 2020-07-06 08:12:44 +12:00
nu-test-support Fix str --to-int usages (#2167) 2020-07-13 15:07:34 -04:00
nu-value-ext Rename 'bytes' to 'filesize' (#2153) 2020-07-11 14:17:37 +12:00