clap/tests
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
..
builder fix(help):Be dense on short next line help 2022-09-07 14:05:17 -05:00
derive fix(help): Collapse usage to one line 2022-09-07 11:03:57 -05:00
derive_ui fix(derive): Improve skip method error 2022-09-06 10:48:54 -05:00
ui fix(help): Collapse usage to one line 2022-09-07 11:03:57 -05:00
derive_ui.rs chore: Bump MSRV to 1.60.0 2022-08-10 21:32:06 -05:00
examples.rs feat(multicall): Stablize multicall 2022-05-20 12:20:40 -05:00
macros.rs fix(help): Collapse usage to one line 2022-09-07 11:03:57 -05:00
ui.rs feat(multicall): Stablize multicall 2022-05-20 12:20:40 -05:00