# Functions
Color wraps a print message in 'colorstring' and passes it to fmt.Println.
Password prompts for a password but keeps the typed response hidden.
Prompt will prompt for input from the shell and return a trimmed response.
Silence prints output unless in silent mode.
Verbose only prints a message if the 'verbose' flag is passed.