nushell/crates/nu-command/src
Jakub Žádník 49a9107e0f
Allow composing help message from two parts (#3124)
* Split help message into brief and full help

Demonstrate on ansi command

Brief help is printed when running `help commands` so it doesn't clutter
the table. Full help is printed when normal help message is requested
(e.g., `help ansi`, `ansi --help`, etc.).

* Split long command descriptions

Some are not split, just edited to be shorter.

* Capitalize the usage of all commands

* Make sure every usage ends with dot

* Fix random typo
2021-03-08 12:57:58 +13:00
..
commands Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
examples Minimal markdown syntax per element support. (#2997) 2021-02-02 12:09:19 -05:00
utils Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
commands.rs Refactor arguments of path subcommands & Add path join subcommand (#3123) 2021-03-04 20:04:56 +13:00
examples.rs refactor parser: rename method pub fn block to parse_block (#3047) 2021-02-13 09:31:11 +13:00
futures.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
lib.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
maybe_print_errors.rs Use writer from host instead of always std::err (#3112) 2021-03-01 15:00:40 +13:00
prelude.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
script.rs fix: deadlock when printing errors (#3140) 2021-03-08 12:08:37 +13:00
utils.rs Ensure selection of columns are done once per column (#3012) 2021-02-05 19:34:26 -05:00