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): Make output more dense #4192

Merged
merged 5 commits into from Sep 7, 2022
Merged

fix(help): Make output more dense #4192

merged 5 commits into from Sep 7, 2022

Commits on Sep 7, 2022

  1. Copy the full SHA
    d3fc37b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    876da97 View commit details
    Browse the repository at this point in the history
  3. fix(help): I think this fixes a bug?

    The existing behavior is hard to explain, so this is the best I've
    figured is going on.
    epage committed Sep 7, 2022
    Copy the full SHA
    56fe50e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ed6475e View commit details
    Browse the repository at this point in the history
  5. fix(help): Make output more dense

    In looking at other help output, I noticed that they use two spaces, in
    place of clap's 4, and it doesn't suffer from legibility.  If it
    doesn't make the output worse, let's go ahead and make it as dense so we
    fit more content on the screen.
    
    This is a part of clap-rs#4132
    epage committed Sep 7, 2022
    Copy the full SHA
    c90a4ea View commit details
    Browse the repository at this point in the history