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: Don't force long help #83

Merged
merged 1 commit into from
Feb 19, 2025
Merged

fix: Don't force long help #83

merged 1 commit into from
Feb 19, 2025

Conversation

epage
Copy link
Contributor

@epage epage commented Feb 19, 2025

The presence of hide_long_help(true) causes clap to show long help for --help because it doesn't realize the item is being hide in both long and short help.
Clap could detect that cause or we could use hide which is more what is intended.

See clap-rs/clap#5915

The presence of `hide_long_help(true)` causes clap to show long help for
`--help` because it doesn't realize the item is being hide in both long
and short help.
Clap could detect that cause or we could use `hide` which is more what
is intended.

See clap-rs/clap#5915
@epage epage enabled auto-merge February 19, 2025 14:13
@epage epage merged commit 08d3c34 into crate-ci:master Feb 19, 2025
15 checks passed
@epage epage deleted the hide branch February 19, 2025 14:16
@coveralls
Copy link

Pull Request Test Coverage Report for Build 13414631024

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Totals Coverage Status
Change from base Build 13121644048: 0.0%
Covered Lines: 0
Relevant Lines: 29

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants