promptBoolOnce
map path prompt [default]
promptBoolOnce
returns the value of map at path if it exists and is a
boolean value, otherwise it prompts the user for a boolean value with prompt
and an optional default using promptBool
.
Example
{{ $hasGUI := promptBoolOnce . "hasGUI" "Does this machine have a GUI" }}