# Functions
AppendFlag adds the -format flag to the provided flagset, and populates the referenced Printer interface with a properly configured printer.
AppendFlagWithCustomPretty is the same as AppendFlag, however it also allows a custom pretty function to be specified.
# Variables
ErrInternalCustomPrettyFunc should be returned by a CustomPrettyFunc when some internal error occurs.
# Structs
No description provided by the author
# Interfaces
Printer is an interface for providing a printer implementation to a CLI utility.
# Type aliases
CustomPrettyFunc is used to provide a custom function for pretty printing messages.