mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Revert "Make certbot accept --yes flag"
This reverts commit a9ecd146a9.
This commit is contained in:
parent
a9ecd146a9
commit
7f8fadee37
1 changed files with 0 additions and 3 deletions
|
|
@ -649,9 +649,6 @@ def prepare_and_parse_args(plugins, args, detect_defaults=False):
|
|||
"automation", "--no-self-upgrade", action="store_true",
|
||||
help="(letsencrypt-auto only) prevent the letsencrypt-auto script from"
|
||||
" upgrading itself to newer released versions")
|
||||
helpful.add(
|
||||
"automation", "--yes", action="store_true",
|
||||
help="(letsencrypt-auto only) assume yes is the answer to all prompts")
|
||||
helpful.add(
|
||||
"automation", "-q", "--quiet", dest="quiet", action="store_true",
|
||||
help="Silence all output except errors. Useful for automation via cron."
|
||||
|
|
|
|||
Loading…
Reference in a new issue