You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now uses R6 classes instead of proto classes (#25).
The typical user shouldn't need to change any argparse code
but I did make private the previously public python_code
element of the object returned by ArgumentParser().
Parsers now support add_subparsers (#14).
Suggestion of Zebulun Arendsee.
Parsers now support add_argument_group (#26).
Suggestion of Dario Beraldi.
Parsers now support add_mutually_exclusive_group (#23).
Suggestion of Vince Reuter.