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
Support arbitrarily nesting command line utilities: many CLI tools (e.g. git) has mode or group of commands, e.g. git commit [commit-options], git tag [tag-options] ...
Python module argparse has subparsers (used in FoBiS.py for example).