nushell/crates/nu-command/src/random
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
..
bool.rs Introduce metadata into the pipeline (#397) 2021-12-02 18:59:10 +13:00
chars.rs Introduce metadata into the pipeline (#397) 2021-12-02 18:59:10 +13:00
decimal.rs Another batch of command tests (#4496) 2022-02-16 07:38:02 -05:00
dice.rs "maybe text codec" version 2 (#871) 2022-01-28 13:32:33 -05:00
integer.rs Another batch of command tests (#4496) 2022-02-16 07:38:02 -05:00
mod.rs Rename some files (#952) 2022-02-05 12:35:02 -05:00
random_.rs add signature information when get help on one command (#7079) 2022-11-20 07:22:42 -06:00
uuid.rs update some dependencies (#6009) 2022-07-11 11:18:06 -05:00