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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added the required, bypass_required and default_value parameters to the positional argument class
For both positional and optional arguments, aligned:
handling of the required and bypass_required parameters to automatically handle the other
parameter's value if the set value makes the other parameter's value logically incorrect
handling default_value setting to disable the required option
Added the argument configuration verification step in the parse_args function