# Functions
Colorize is a helper to colorize the string according to the colorstring library defaults.
StripColors is a helper to strip all the color tags from the text.
# Structs
InputOpts are options for asking for input.
Logged is an implementation of Ui that logs all messages as they pass through.
Mock is an implementation of Ui that stores its data in-memory primarily for testing purposes.
Null is an implementation of Ui that does nothing.
Styled is a wrapper around an existing UI that automatically adds formatting around the UI text.
# Interfaces
Ui is the component of Otto responsible for reading/writing to the console.