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(assert): Make sure group members exist before using them #3712

Merged
merged 1 commit into from May 10, 2022

Commits on May 9, 2022

  1. fix(assert): Make sure group members exist before using them

    In clap-rs#3711, we had a confusing assert about no non-default members of a
    required group when there were no defaults involved.  This is because
    there were no valid args in the group but that check happens after.
    epage committed May 9, 2022
    Copy the full SHA
    7c1f912 View commit details
    Browse the repository at this point in the history