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

[argparse] update library #10111

Merged
merged 3 commits into from
Jun 3, 2024
Merged

[argparse] update library #10111

merged 3 commits into from
Jun 3, 2024

Commits on Jun 3, 2024

  1. [argparse] update library

    Update to PR p-ranav/argparse#356
    
    Also fixes the incompatibility between store_into and scan and action: when the three methods above were called, being all based on the (unique) action, the last one would overwrite the previous ones.
    
    This issue was making the parser strictly dependant on the order of the scan/store_into/action calls making them mutually exclusive.
    elpaso committed Jun 3, 2024
    2 Configuration menu
    Copy the full SHA
    58d7081 View commit details
    Browse the repository at this point in the history
  2. Apply p-ranav/argparse#360

    Add argument name after 'Too few arguments' error
    elpaso committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    0af7152 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ebbe54 View commit details
    Browse the repository at this point in the history