package
0.7.0
Repository: https://github.com/ubclaunchpad/inertia.git
Documentation: pkg.go.dev

# 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.

# Structs

Colored converts a given string to the given colour.
Colorer wraps fatih/color.Color.

# Type aliases

ColorTraits denotes colour customizations.