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
Previous patch is applied on an instance of `argparse.ArgumentParser` which is returned by `_setup_root_parser`. However due to existence of these subparsers the patch can not reach the instance returned by `subparsers.add_parser`. So we must do some surgery on `argparse.ArgumentParser`:hammer::hammer::hammer:.
0 commit comments