Documentation
¶
Index ¶
Constants ¶
View Source
const ( Bold = "\033[1m" Dim = "\033[2m" Green = "\033[32m" Yellow = "\033[33m" Cyan = "\033[36m" Red = "\033[31m" Magenta = "\033[35m" Reset = "\033[0m" )
ANSI color constants
Variables ¶
This section is empty.
Functions ¶
func IsJSONMode ¶
func IsJSONMode() bool
func JSONOutput ¶
func JSONOutput(data any)
func SetJSONMode ¶
func SetJSONMode(enabled bool)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.