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
Use < 3.7 compatible API for marking subparsers as required (#5657)
`required` was only added as a parameter to `add_subparsers` in Python
3.7. Explicitly set `required` on `subparsers` after instead, which is
supported on all versions.
0 commit comments