--help is effectively a verb for CLI purposes...

This commit is contained in:
Peter Eckersley 2015-09-27 01:15:35 +00:00
parent 6f1b1570b1
commit 31fef196c0

View file

@ -679,7 +679,7 @@ def create_parser(plugins, args):
# For now unfortunately this constant just needs to match the code below;
# there isn't an elegant way to autogenerate it in time.
VERBS = ["run", "auth", "install", "revoke", "rollback", "config_changes",
"plugins"]
"plugins", "--help"]
def _create_subparsers(helpful):