Documentation ¶
Index ¶
- Constants
- Variables
- func Checkf(format string, a ...interface{})
- func Debugf(format string, a ...interface{})
- func Errorf(format string, a ...interface{})
- func Hintf(format string, a ...interface{})
- func Infof(format string, a ...interface{})
- func Successf(format string, a ...interface{})
- func Warnf(format string, a ...interface{})
Constants ¶
View Source
const ( RED string = "\033[38;5;196m" GREEN string = "\033[38;5;046m" CYAN string = "\033[38;5;014m" ORANGE string = "\033[38;5;202m" YELLOW string = "\033[38;5;011m" MAGENTA string = "\033[38;5;201m" GRAY string = "\033[38;5;245m" WHITE string = "\033[38;5;255m" RESET string = "\033[0m" )
Bash Color codes https://stackoverflow.com/a/69648792/4480179
Variables ¶
View Source
var DebugEnabled bool
This variable gets its value in cmd/root.go from the CLI flag
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.