--help is effectively a verb for CLI purposes

This commit is contained in:
Peter Eckersley
2015-09-26 18:19:56 -07:00
parent 63e1c652e1
commit 405bc99235
+1 -1
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):