# Functions
C creates a new colourable.
Fatal is a wrapper around fmt.Print that exits with status 1.
Fatalf is a wrapper around out.Printf that exits with status 1.
FormatRemoteDetails prints the given remote configuration.
FormatStatus prints the given deployment status.
Fprintf wraps formatters.
NewColorer instantiates a new Colorer.
Print wraps formatters.
Printf wraps formatters.
Println wraps formatters.
Sprintf wraps formatters.
WithColor checks if colouring should be enabled.
WithEmoji checks if emoji should be enabled.
# Constants
BO = bold.
CY = cyan.
EnvColorToggle is the environment variable used to disable or enable colors.
EnvEmojiToggle is the environment variable used to disable or enable emoji.
GR = green.
RD = red.
UL = underline.
YE = yellow.
# Type aliases
ColorTraits denotes colour customizations.