Documentation
¶
Overview ¶
Package ui provides small helpers for colorful, consistent terminal output.
Index ¶
- func Dim(format string, a ...any)
- func Error(format string, a ...any)
- func Heading(text string)
- func Info(format string, a ...any)
- func KeyValues(pairs [][2]string)
- func Label(format string, a ...any)
- func Success(format string, a ...any)
- func Table(headers []string, rows [][]string)
- func Warn(format string, a ...any)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KeyValues ¶
func KeyValues(pairs [][2]string)
KeyValues prints aligned key/value pairs (for "show" style output).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.