package
2.3.2
Repository: https://github.com/jojomi/go-script.git
Documentation: pkg.go.dev

# 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.