Make certbot accept --yes flag

This commit is contained in:
Brad Warren 2016-05-02 14:16:41 -07:00
parent 0f228e935d
commit a9ecd146a9

View file

@ -649,6 +649,9 @@ 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."