# Functions
No description provided by the author
NewUI creates a new UI instance.
WithDefault will set a default answer to the question.
WithHelp add help to input question.
WithSuggestion applies the suggestion function to the input question.
# Interfaces
FileReader represents the input of a terminal.
FileWriter represents the output of a terminal.
UI provides functions to prompt information from a terminal.
# Type aliases
InputOption represets a funcion the customizes a survey.Input object.
No description provided by the author