nushell/crates/nu-command/src/env/config
WindSoilder d01ccd5a54
add signature information when get help on one command (#7079)
* add signature information when help on one command

* tell user that one command support operated on cell paths

Also, make type output to be more friendly, like `record<>` should just be `record`

And the same to `table<>`, which should be `table`

* simplify code

* don't show signatures for parser keyword

* update comment

* output arg syntax shape as type, so it's the same as describe command

* fix string when no positional args

* update signature body

* update

* add help signature test

* fix arg output format for composed data type like list or record

* fix clippy

* add comment
2022-11-20 07:22:42 -06:00
..
config_.rs add signature information when get help on one command (#7079) 2022-11-20 07:22:42 -06:00
config_env.rs Improve erroring of config nu and config env (#6730) 2022-10-15 08:28:54 -05:00
config_nu.rs Improve erroring of config nu and config env (#6730) 2022-10-15 08:28:54 -05:00
config_reset.rs adds a config reset command (#6149) 2022-07-31 20:44:33 -05:00
mod.rs adds a config reset command (#6149) 2022-07-31 20:44:33 -05:00
utils.rs better error handling for nu_command::env::conig::utils::get_editor (#6430) 2022-08-28 12:56:55 +03:00