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(derive): Allow skipping the implicit ArgGroup #4301

Merged
merged 3 commits into from Sep 30, 2022
Merged

Commits on Sep 30, 2022

  1. fix(derive): Pipe group attribute through

    Still doesn't support any attributes within it yet.
    epage committed Sep 30, 2022
    Copy the full SHA
    6ca0569 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    35eeba0 View commit details
    Browse the repository at this point in the history
  3. feat(derive): Allow skipping the implicit ArgGroup

    This was prioritized to allow users to workaround problems when the
    implicit `ArgGroup` is getting in the way.
    
    Fixes clap-rs#4279
    epage committed Sep 30, 2022
    Copy the full SHA
    2498147 View commit details
    Browse the repository at this point in the history