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(parser): Report what arg ids are present #4080

Merged
merged 4 commits into from
Aug 15, 2022
Merged

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    69e1e43 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    c45bd64 View commit details
    Browse the repository at this point in the history
  2. feat(parser): Report what arg ids are present

    For now, we are focusing only on iterating over the argument ids and not
    the values.
    
    This provides a building block for more obscure use cases like iterating
    over argument values, in order.  We are not providing it out of the box
    at the moment both to not overly incentize a less common case, because
    it would abstract away a performance hit, and because we want to let
    people experiment with this and if a common path emerges we can consider
    it then if there is enough users.
    
    Fixes clap-rs#1206
    epage committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    7486a0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c9cc9f View commit details
    Browse the repository at this point in the history