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
{{ message }}
This repository was archived by the owner on Jun 15, 2025. It is now read-only.
The dispatching of sub-commands has always been a bit messy, with string comparisons that are prone to become outdated once changes are made. To that end, this change reworks this dispatching and gets rid of this problem. We use the subparser's set_defaults method to unconditionally set the 'method' attribute which can be invoked uniformly by callers.
0 commit comments