clap/src
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
..
_cookbook docs: Show how last can be used 2022-09-07 11:27:39 -05:00
_derive docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
bin docs: Shift focus from takes_value to actions 2022-07-26 14:50:51 -05:00
builder fix(help): Collapse usage to one line 2022-09-07 11:03:57 -05:00
error refactor: Use parameters over settings 2022-09-06 14:43:02 -05:00
output fix(help):Be dense on short next line help 2022-09-07 14:05:17 -05:00
parser feat: Allow specifying negative nums on Arg, like hyphens 2022-09-07 07:18:19 -05:00
util refactor(usage): Pull out duplicate check 2022-08-29 21:26:28 -05:00
_faq.rs docs: Quality improvements to FAQ docs 2022-08-13 19:32:03 -04:00
_features.rs perf: Let users choose Str implementation 2022-08-22 15:47:21 -05:00
_tutorial.rs docs(tutorial): Further expand on actions 2022-08-09 16:33:02 -05:00
derive.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
lib.rs fix: Don't pollute root with str types 2022-08-23 13:12:06 -05:00
macros.rs refactor(help): Pull out a StyledStr 2022-08-23 17:05:55 -05:00
mkeymap.rs refactor(complete): Clean up help completion 2022-08-25 15:43:27 -07:00