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

refactor(help): Reduce magic numbers for indentation #4161

Merged
merged 3 commits into from Aug 31, 2022
Merged

Commits on Aug 31, 2022

  1. Copy the full SHA
    803d87b View commit details
    Browse the repository at this point in the history
  2. feat(help): Expose clap's indentation to help_template

    This will make it easier for help templates to be consistent with clap
    epage committed Aug 31, 2022
    Copy the full SHA
    439c9e7 View commit details
    Browse the repository at this point in the history
  3. fix(error): Make whitespace consistent with self/help

    Sometimes errors would use a tab, sometimes four spaces.  This makes it
    always four spaces and shares a definition with help.
    epage committed Aug 31, 2022
    Copy the full SHA
    671914b View commit details
    Browse the repository at this point in the history