nushell/crates/nu-command/src/env
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 add signature information when get help on one command (#7079) 2022-11-20 07:22:42 -06:00
env_command.rs Rename all?, any? and empty? (#6464) 2022-09-05 16:41:06 +02:00
export_env.rs Split blocks and closures (#7075) 2022-11-10 21:21:49 +13:00
let_env.rs fix(#7097): let-env should not be able to set PWD (#7100) 2022-11-12 05:45:51 +13:00
load_env.rs Move from source to source-env (#6277) 2022-09-01 08:32:56 +12:00
mod.rs Move from source to source-env (#6277) 2022-09-01 08:32:56 +12:00
source_env.rs Require static path for source-env (#6526) 2022-09-08 23:41:49 +03:00
with_env.rs Split blocks and closures (#7075) 2022-11-10 21:21:49 +13:00