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
Provide interface on CommandLineProgram to query the remaining arguments (in case no actions, switches, options or parameters are registered, this would return all arguments)
Allow for nesting actions (presumably merge action and program or subclass program from action)
ArgumentParser.CommandLineProgramto query the remaining arguments (in case no actions, switches, options or parameters are registered, this would return all arguments)