mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
bbb6c38bad
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 |
||
---|---|---|
.. | ||
_cookbook | ||
_derive | ||
bin | ||
builder | ||
error | ||
output | ||
parser | ||
util | ||
_faq.rs | ||
_features.rs | ||
_tutorial.rs | ||
derive.rs | ||
lib.rs | ||
macros.rs | ||
mkeymap.rs |