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 in clap #9

Merged
merged 1 commit into from
Apr 8, 2024
Merged

Fix --help in clap #9

merged 1 commit into from
Apr 8, 2024

Conversation

argerus
Copy link
Contributor

@argerus argerus commented Apr 8, 2024

This functionality was broken by f38363d, or more specifically with the change to resolver = 2.

The --help flag requires a feature in clap to be enabled, which is either a newly introduced requirement, or the feature(s) were somehow included implicitly when using resolver = 1.

This functionality was broken by "f38363d - Switch to 2021 edition of
Rust", or more specifically with the change to resolver = 2.

The `--help` flag requires a feature in clap to be enabled, which is either a newly introduced requirement, or the feature(s) were somehow included implicitly when using resolver = 1.
Copy link
Contributor

@erikbosch erikbosch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and it works

@erikbosch erikbosch merged commit 3620617 into main Apr 8, 2024
16 checks passed
@erikbosch erikbosch deleted the topic/fix_help branch April 8, 2024 08:30
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