Documentation
¶
Index ¶
- Variables
- func Bold(s string) string
- func BoldRed(s string) string
- func Boldf(format string, a ...interface{}) string
- func Cyan(s string) string
- func Cyanf(format string, a ...interface{}) string
- func Green(s string) string
- func Greenf(format string, a ...interface{}) string
- func Red(s string) string
- func Redf(format string, a ...interface{}) string
- func Yellow(s string) string
- func Yellowf(format string, a ...interface{}) string
Constants ¶
This section is empty.
Variables ¶
View Source
var Enabled = true
Enabled controls whether color output is active. It defaults to true and is set to false when the --no-color flag is passed or the NO_COLOR environment variable is set (any value, including empty).
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.