nushell/crates/nu-command/src/platform
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
..
ansi fix ansi --osc parameter adding extra semi-colon (#7113) 2022-11-12 23:27:58 +01:00
reedline_commands add signature information when get help on one command (#7079) 2022-11-20 07:22:42 -06:00
clear.rs Pass TERM environment var to clear (#6500) 2022-09-07 10:40:44 +02:00
dir_info.rs Nu glob (#4818) 2022-03-13 11:30:27 -07:00
du.rs make ls works better with glob (#5691) 2022-05-30 19:13:27 -05:00
input.rs Fix invalid variable name in input command docs (#6716) 2022-10-13 12:42:24 -05:00
kill.rs added some search-terms to the platform category (#7021) 2022-11-06 18:11:04 +01:00
mod.rs Rename some files (#952) 2022-02-05 12:35:02 -05:00
sleep.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
term_size.rs Remove unnecessary flags from term size (#6651) 2022-10-01 07:00:54 -05:00