Skip to content

fix(parser): Allow exclusive to override required_* #5520

Merged
epage merged 2 commits intoclap-rs:masterfrom
epage:exclusive
Jun 6, 2024
Merged

fix(parser): Allow exclusive to override required_* #5520
epage merged 2 commits intoclap-rs:masterfrom
epage:exclusive

Conversation

@epage
Copy link
Copy Markdown
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
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