Skip to main content

Module prompt

Module prompt 

Source

Functionsยง

confirm
confirm_default_yes
Like confirm, but a bare Enter - or EOF, i.e. a non-interactive run - counts as yes. For prompts whose safe default is to proceed.
pick
Number the options and read a 1-based choice from stdin. EOF or input that is not a valid number picks nothing, so non-interactive callers fall through to their error path.