mirror of
https://github.com/certbot/certbot.git
synced 2026-03-21 01:50:20 -04:00
add cli_flag for noninteractive
This commit is contained in:
parent
4505b68a9a
commit
558806e2b7
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ to serve all files under specified web root ({0})."""
|
|||
code, index = display.menu(
|
||||
"Select the webroot for {0}:".format(domain),
|
||||
["Enter a new webroot"] + known_webroots,
|
||||
help_label="Help")
|
||||
help_label="Help", cli_flag="--" + self.option_name("path"))
|
||||
if code == display_util.CANCEL:
|
||||
raise errors.PluginError(
|
||||
"Every requested domain must have a "
|
||||
|
|
|
|||
Loading…
Reference in a new issue