nushell/crates/nu-cli/src
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
..
commands Indices are (now) green, bold, right-aligned (#2181) 2020-07-15 15:48:20 +12:00
data Remove commands meant for internal use. (#2182) 2020-07-14 21:49:46 -05:00
env Fix autoenv executing scripts multiple times (#2171) 2020-07-15 07:16:50 +12:00
evaluate Properly redirect invocations (#2070) 2020-06-28 09:04:57 +12:00
shell Remove commands meant for internal use. (#2182) 2020-07-14 21:49:46 -05:00
stream WIP (#2077) 2020-06-29 09:06:05 +12:00
utils group-by can generate custom grouping key by block evaluation. (#2172) 2020-07-14 08:45:19 -05:00
cli.rs Remove commands meant for internal use. (#2182) 2020-07-14 21:49:46 -05:00
commands.rs Remove commands meant for internal use. (#2182) 2020-07-14 21:49:46 -05:00
context.rs Autoenv rewrite, security and scripting (#2083) 2020-07-06 05:34:00 +12:00
data.rs Bat config (#2010) 2020-06-19 15:08:59 -05:00
deserializer.rs Add bool subcommand to random (#2061) 2020-06-26 16:51:05 +12:00
env.rs WIP: Per directory env-variables (#1943) 2020-06-08 19:55:25 +12:00
examples.rs Numbered each (#2100) 2020-07-03 20:43:55 +12:00
format.rs Nu table (#2015) 2020-06-20 15:41:53 +12:00
futures.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
git.rs Made starship usage configurable (#2049) 2020-06-25 17:44:55 +12:00
lib.rs Nu table (#2015) 2020-06-20 15:41:53 +12:00
path.rs Fix cd'ing to symlinked directories (#1651) 2020-04-25 18:09:00 +12:00
prelude.rs Nu table (#2015) 2020-06-20 15:41:53 +12:00
shell.rs create Palette trait (#1813) 2020-05-18 05:48:57 +12:00
utils.rs Use matches!() for true/false returning match statements (#2176) 2020-07-14 20:11:41 -04:00