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): Don't make Args exclusive with their ArgGroup #4397

Merged
merged 1 commit into from Oct 18, 2022

Conversation

epage
Copy link
Member

@epage epage commented Oct 18, 2022

This is most obvious with the derive API as it creates ArgGroups all over the place now.

Fixes #4396

This is most obvious with the derive API as it creates `ArgGroup`s all
over the place now.

Fixes clap-rs#4396
@epage epage merged commit 466b6f8 into clap-rs:master Oct 18, 2022
@epage epage deleted the exclusive branch October 18, 2022 00:40
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(true) worked in v4.0.6 and broke in v4.0.7
1 participant