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(parser): Allow exclusive to override required_* #5520

Merged
merged 2 commits into from
Jun 6, 2024

Conversation

epage
Copy link
Member

@epage epage commented Jun 6, 2024

There are other cases for required that aren't being handled

  • Groups
  • Conflicts

I'm concerned there might be weird corner cases and didn't want the
analysis for that to block fixing this.

Fixes #5507

epage added 2 commits June 6, 2024 14:56
There are other cases for `required` that aren't being handled
- Groups
- Conflicts

I'm concerned there might be weird corner cases and didn't want the
analysis for that to block fixing this.

Fixes clap-rs#5507
@epage epage merged commit ea7bfe2 into clap-rs:master Jun 6, 2024
22 checks passed
@epage epage deleted the exclusive branch June 6, 2024 20:12
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.

exclusive fails to take priority over required_unless_present flags
1 participant