# Functions
ChooseMultiStrings queries the user to choose from a list of strings allowing multiple selection.
ChooseOneString queries the user to choose one string from a list of strings.
Confirm allows querying for confirmation with a default value that is used when no answer is typed.
ConfirmNoDefault allows querying for confirmation without a default value, so the user needs to answer the question explicitly.