Documentation
¶
Overview ¶
Package out provides the output formatting for the CLI
Index ¶
- func DisableColor()
- func GetShortDate(date string) string
- func Log(pretty string)
- func Print(data any, pretty string)
- func PrintError(err error)
- func SetOutput(o string) error
- func SetupTerminalLog()
- func StopTerminalLog()
- func Table(data any, tableMaker func() []string)
- func TagText(name string, hexRGB string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DisableColor ¶ added in v0.3.10
func DisableColor()
DisableColor disables color output called if the ESCAPE_NO_COLOR environment variable is set
func GetShortDate ¶ added in v0.3.0
GetShortDate returns the short date format of the given date
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.