Documentation
¶
Index ¶
- func ColorEnabled(w io.Writer) bool
- func Colorize(w io.Writer, s string, codes ...Color) string
- func Errorf(format string, args ...any)
- func Infof(format string, args ...any)
- func Printf(format string, args ...any)
- func SetQuiet(q bool)
- func Warnf(format string, args ...any)
- type Color
- type Table
- type Tracker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ColorEnabled ¶ added in v0.2.0
ColorEnabled reports whether ANSI color should be emitted to w. Honors the NO_COLOR convention (https://no-color.org): any non-empty value disables color.
Types ¶
type Tracker ¶
type Tracker struct {
// contains filtered or unexported fields
}
func NewTracker ¶
func NewTracker() *Tracker
Click to show internal directories.
Click to hide internal directories.