package
1.25.0
Repository: https://github.com/stripe/stripe-cli.git
Documentation: pkg.go.dev

# Functions

Bold returns bolded text if the writer supports colors.
Color returns an aurora.Aurora instance with colors enabled or disabled depending on whether the writer supports colors.
ColorizeJSON returns a colorized version of the input JSON, if the writer supports colors.
ColorizeStatus returns a colorized number for HTTP status code.
Faint returns slightly offset color text if the writer supports it.
Italic returns italicized text if the writer supports it.
Linkify returns an ANSI escape sequence with an hyperlink, if the writer supports colors.
StartNewSpinner starts a new spinner with the given message.
StartSpinner updates an existing spinner's message, and starts it if it was stopped.
StopSpinner stops a spinner with the given message.
StrikeThrough returns struck though text if the writer supports colors.

# Variables

DisableColors disables all colors and other ANSI sequences.
EnvironmentOverrideColors overs coloring based on `CLICOLOR` and `CLICOLOR_FORCE`.
ForceColors forces the use of colors and other ANSI sequences.
HostStderrIsTerminal enables color on stderr output when this package is used in a plugin.
HostStdoutIsTerminal enables color on stdout output when this package is used in a plugin.