package
0.0.1
Repository: https://github.com/cvedb/cvectl.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewChooseFunc returns a function that can be used as the Choose method of a Choice.
NewMessage returns a new "Question" that is only a message for the user to acknowledge.
NewTerminatingMessage returns a new "Question" that is only a message for the user to acknowledge.

# Variables

ErrTerminate is a sentinel error an answer function can return to indicate that the interview should terminate, and the tracked state should be discarded rather than persisted or returned to the user.

# Structs

No description provided by the author
No description provided by the author

# Type aliases

AcceptText is a means of answering a question where the user can provide freeform text.
ChooseFunc is a function that can be used as the Choose method of a Choice.
MessageOnly is a means of answering a question where the user is presented with a message only, and where the only possible action is to proceed to the next question.
MultipleChoice is a means of answering a question where the user can choose an option (Choice) from a list.