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

feat: Stablize ArgMatches::get_occurrences #4635

Merged
merged 1 commit into from Jan 13, 2023
Merged

Conversation

epage
Copy link
Member

@epage epage commented Jan 13, 2023

This let's you get an arguments values, grouped by the occurrence of the argument.

Note: this does not stablize derive support. That requires a blocking change and can be enabled via unstable-v5 flag. See #4626 for an exploration of how we can make this easier in the future.

Fixes #2924

This let's you get an arguments values, grouped by the occurrence of the
argument.

Note: this does not stablize derive support.  That requires a blocking
change and can be enabled via `unstable-v5` flag.  See clap-rs#4626 for an
exploration of how we can make this easier in the future.

Fixes clap-rs#2924
@epage epage merged commit 523adc2 into clap-rs:master Jan 13, 2023
@epage epage deleted the stablize branch January 13, 2023 12:52
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.

Stablize ArgMatches::grouped_value_of Tracking Issue
1 participant