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
Add 'optional' property to 'argparse.positionalArg'. This leads to the
following behavior if an arg isn't specified on the command line:
- If 'required' is true, exit with the appropriate usage message.
- If 'required' is false, stop processing positional arguments. The arg
values are never set, leaving them with the default values with which they
were originally specified.
For now, mark all existing positional arguments as required to avoid changes
to behavior.
Signed-off-by: Victoria Dye <[email protected]>
0 commit comments