mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
Alias "everything" correctly
This commit is contained in:
parent
28071a3e72
commit
0d12ded6fe
1 changed files with 2 additions and 1 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue