Versions in this module Expand all Collapse all v0 v0.7.0 Jul 25, 2026 Changes in this version + func ASCIIOnly(getenv func(string) string) bool + func ColorEnabled(interactive bool, getenv func(string) string) bool + func FormatDuration(d time.Duration) string + func IsTerminal(f *os.File) bool + type Profile struct + ASCII bool + Color bool + Interactive bool + func NewProfile(out *os.File, getenv func(string) string) Profile + func (p Profile) Bold(s string) string + func (p Profile) Cyan(s string) string + func (p Profile) Dim(s string) string + func (p Profile) Green(s string) string + func (p Profile) Red(s string) string + func (p Profile) Symbols() Symbols + func (p Profile) Yellow(s string) string + type Symbols struct + Check string + Cross string + Warn string