Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(help):Be dense on short next line help #4190

Merged
merged 1 commit into from Sep 7, 2022
Merged

Commits on Sep 7, 2022

  1. 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 clap-rs#3300 and a part of clap-rs#4132
    epage committed Sep 7, 2022
    Copy the full SHA
    bbb6c38 View commit details
    Browse the repository at this point in the history