Explain yes/no
This commit is contained in:
parent
fd074d1de0
commit
dd80e1ee80
1 changed files with 7 additions and 0 deletions
|
@ -222,6 +222,13 @@ services = ["__APP__"]
|
||||||
## (optional) set to true in order to redact the value in operation logs
|
## (optional) set to true in order to redact the value in operation logs
|
||||||
# redact = false
|
# redact = false
|
||||||
|
|
||||||
|
## (optional) for boolean questions you can specify replacement values
|
||||||
|
## bound to true and false, in case property is bound to config file
|
||||||
|
# useful if bound property in config file expects something else than integer 1
|
||||||
|
yes = "Enable"
|
||||||
|
# useful if bound property in config file expects something else than integer 0
|
||||||
|
no = "Disable"
|
||||||
|
|
||||||
## (optional) A validation pattern
|
## (optional) A validation pattern
|
||||||
## ---------------------------------------------------------------------
|
## ---------------------------------------------------------------------
|
||||||
## IMPORTANT: your pattern should be between simple quote, not double.
|
## IMPORTANT: your pattern should be between simple quote, not double.
|
||||||
|
|
Loading…
Reference in a new issue