Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Stdout defines the standard output of the print functions. By default // os.Stdout is used. Stdout = colorable.NewColorableStdout() // Stderr defines a color supporting writer for os.Stderr. Stderr = colorable.NewColorableStderr() )
These are the same as https://pkg.go.dev/github.com/fatih/color@v1.9.0#pkg-variables, but a central place to access them within this codebase. colorable package enables color support on Windows
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.