mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Alias "everything" correctly
This commit is contained in:
+2
-1
@@ -622,7 +622,8 @@ class HelpfulArgumentParser(object):
|
||||
"""
|
||||
|
||||
# Maps verbs/subcommands to the functions that implement them
|
||||
VERBS = {"auth": obtaincert, "certonly": obtaincert, "config_changes": config_changes,
|
||||
VERBS = {"auth": obtaincert, "certonly": obtaincert,
|
||||
"config_changes": config_changes, "everything": run,
|
||||
"install": install, "plugins": plugins_cmd,
|
||||
"revoke": revoke, "rollback": rollback, "run": run}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user