# Functions
GetTemplatePair returns a pair of compiled templates where the first template is generated for user-facing output and the second is generated for use by the renderer.
IsFieldNotMatch reports whether an "err" is caused by a non matching field.
No description provided by the author
RunTemplate returns two formatted strings given a template and the data it requires.
No description provided by the author
# Variables
DisableColor can be used to make testing reliable.
No description provided by the author
No description provided by the author
# Structs
OptionAnswer is the return type of Selects/MultiSelects that lets the appropriate information get copied to the user's struct.
# Interfaces
Settable allow for configuration when assigning answers.