nushell/crates/nu-command/src
Leon 921a66554e
Replace all instances of 'column path' in help messages with 'cell path' (#7063)
* Rewrite all 'column path' instances to 'cell path'

* Minor tweak
2022-11-09 21:49:11 -08:00
..
bits Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
bytes Replace all instances of 'column path' in help messages with 'cell path' (#7063) 2022-11-09 21:49:11 -08:00
charting Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
conversions Replace all instances of 'column path' in help messages with 'cell path' (#7063) 2022-11-09 21:49:11 -08:00
core_commands Fix command_type classification (#7074) 2022-11-09 19:09:33 -08:00
database Remove sqlparser SQLite commands (#7040) 2022-11-10 11:14:48 +13:00
dataframe update polar to 0.25 (#6988) 2022-11-10 11:07:38 +13:00
date Require input for date format (#7043) 2022-11-10 11:16:14 +13:00
deprecated Rename all?, any? and empty? (#6464) 2022-09-05 16:41:06 +02:00
env Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
experimental Removes export env command (#6468) 2022-09-25 19:52:43 +03:00
filesystem command open returns error when does not have parameters (#7048) (#7058) 2022-11-10 00:25:32 +01:00
filters Fix command_type classification (#7074) 2022-11-09 19:09:33 -08:00
formats Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
generators Simplify seq char (#7054) 2022-11-09 17:06:47 -08:00
hash Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
math Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
misc Replace all instances of 'column path' in help messages with 'cell path' (#7063) 2022-11-09 21:49:11 -08:00
network Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
path Replace all instances of 'column path' in help messages with 'cell path' (#7063) 2022-11-09 21:49:11 -08:00
platform Replace all instances of 'column path' in help messages with 'cell path' (#7063) 2022-11-09 21:49:11 -08:00
random
shells Refactor shell listing related code (#6262) 2022-08-08 06:31:24 -05:00
strings Replace all instances of 'column path' in help messages with 'cell path' (#7063) 2022-11-09 21:49:11 -08:00
system Run a round of clippy --fix to fix a ton of lints (#7006) 2022-11-04 15:11:17 -05:00
viewers Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
default_context.rs add a new command to query the registry on windows (#6670) 2022-10-07 13:54:36 -05:00
example_test.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
input_handler.rs Replace all instances of 'column path' in help messages with 'cell path' (#7063) 2022-11-09 21:49:11 -08:00
lib.rs Refactor: introduce general operate commands to reduce duplicate code (#6879) 2022-10-29 16:29:46 -05:00
sort_utils.rs