# Functions
PrintError will print a formatted error message to stdout.
PrintFatal will print a formatted error message to stdout and exit with the provided status.
PrintHeader will print a bolded header label.
PrintInfo will print a formatted info message to stdout.
PrintKV will bold print the key followed by padding to the specified total width, then the value.
PrintKV will bold print the key followed by padding to the specified total width, then the first value in the slice.
PrintSuccess will print a formatted success message to stdout.
PrintWarning will print a formatted warning message to stdout.