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
The documentation for argparse [ref] suggests using set_defaults for handling subcommands, but I'm not sure what is the right way to call set_defaults with TAP, it would be great if you can add some examples or documentation for this.
The documentation for
argparse[ref] suggests usingset_defaultsfor handling subcommands, but I'm not sure what is the right way to callset_defaultswith TAP, it would be great if you can add some examples or documentation for this.