# Functions
Color returns a string in a certain color if colors are enabled and available on that platform.
Debug logs debug information using the Default Messenger.
Die prints an error message and immediately exits the application using the Default Messenger.
Err logs anderror using the Default Messenger.
ExitCode sets the exit code used by Die using the Default Messenger.
HasErrored returns if Error has been called on the Default Messenger.
Info logs information using the Default Messenger.
Msg prints a message with optional arguments, that can be printed, of varying types using the Default Messenger.
NewMessenger creates a default Messenger to display output.
Print prints exactly the string given using the Default Messenger.
PromptUntil provides a prompt until one of the passed in strings has been entered and return is hit.
PromptUntilYorN provides a prompt until the user chooses yes or no.
Puts formats a message and then prints to Stdout using the Default Messenger.
Warn logs a warning using the Default Messenger.
# Constants
These contanstants map to color codes for shell scripts making them human readable.
These contanstants map to color codes for shell scripts making them human readable.
These contanstants map to color codes for shell scripts making them human readable.
These contanstants map to color codes for shell scripts making them human readable.
These contanstants map to color codes for shell scripts making them human readable.
These contanstants map to color codes for shell scripts making them human readable.
# Variables
Default contains a default Messenger used by package level functions.