clap/examples
Ed Page bbb6c38bad fix(help):Be dense on short next line help
If short help is too long for the terminal, clap will automatically
switch to next line help.  As part of next line help for longs, we add a
blank line between args.  This helps make the args clearer when dealing
with multiple paragraphs.  However, its not as much needed for short and
subcommands (always short), so now short matches subcommands.

This was inspired by #3300 and a part of #4132
2022-09-07 14:05:17 -05:00
..
derive_ref fix(help): Collapse usage to one line 2022-09-07 11:03:57 -05:00
tutorial_builder fix(help):Be dense on short next line help 2022-09-07 14:05:17 -05:00
tutorial_derive fix(help):Be dense on short next line help 2022-09-07 14:05:17 -05:00
cargo-example-derive.md fix(help): Collapse usage to one line 2022-09-07 11:03:57 -05:00
cargo-example-derive.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
cargo-example.md fix(help): Collapse usage to one line 2022-09-07 11:03:57 -05:00
cargo-example.rs docs: Move everything to docs.rs 2022-07-19 13:30:38 -05:00
demo.md fix(help): Collapse usage to one line 2022-09-07 11:03:57 -05:00
demo.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
escaped-positional-derive.md fix(help): Collapse usage to one line 2022-09-07 11:03:57 -05:00
escaped-positional-derive.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
escaped-positional.md fix(help): Collapse usage to one line 2022-09-07 11:03:57 -05:00
escaped-positional.rs feat(parser): Provide convenience for SetTrue 2022-09-01 19:40:56 -05:00
find.md fix(help): Collapse usage to one line 2022-09-07 11:03:57 -05:00
find.rs fix: Switch to owned types 2022-08-22 14:55:55 -05:00
git-derive.md docs: Show how last can be used 2022-09-07 11:27:39 -05:00
git-derive.rs docs: Show how last can be used 2022-09-07 11:27:39 -05:00
git.md docs: Show how last can be used 2022-09-07 11:27:39 -05:00
git.rs docs: Show how last can be used 2022-09-07 11:27:39 -05:00
multicall-busybox.md fix(help): Collapse usage to one line 2022-09-07 11:03:57 -05:00
multicall-busybox.rs fix: Switch to owned types 2022-08-22 14:55:55 -05:00
multicall-hostname.md fix!: Remove App alias for Command 2022-07-21 15:08:37 -05:00
multicall-hostname.rs feat(multicall): Stablize multicall 2022-05-20 12:20:40 -05:00
pacman.md fix(help): Collapse usage to one line 2022-09-07 11:03:57 -05:00
pacman.rs feat(parser): Provide convenience for SetTrue 2022-09-01 19:40:56 -05:00
repl.rs fix: Switch to owned types 2022-08-22 14:55:55 -05:00
typed-derive.md fix(help): Collapse usage to one line 2022-09-07 11:03:57 -05:00
typed-derive.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00