nushell/crates/nu-command/src/core_commands/overlay
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
..
command.rs add signature information when get help on one command (#7079) 2022-11-20 07:22:42 -06:00
hide.rs Further edits to help messages (#6913) 2022-10-26 09:36:42 -07:00
list.rs Fix scoped overlay use not finding a module (#6474) 2022-09-04 18:36:42 +03:00
mod.rs Rename overlay commands (#6375) 2022-08-21 17:27:56 +03:00
new.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
use_.rs Further edits to help messages (#6913) 2022-10-26 09:36:42 -07:00