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

Commits on Jan 13, 2023

  1. feat: Stablize ArgMatches::get_occurrences

    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 committed Jan 13, 2023
    Copy the full SHA
    b4f111a View commit details
    Browse the repository at this point in the history