Versions in this module Expand all Collapse all v0 v0.1.0 Feb 17, 2026 Changes in this version + func WithUI(ctx context.Context, u *UI) context.Context + type ColorMode int + const ColorAlways + const ColorAuto + const ColorNever + type Options struct + ColorMode ColorMode + Err io.Writer + Out io.Writer + type UI struct + func FromContext(ctx context.Context) *UI + func New(opts Options) *UI + func (u *UI) Err() io.Writer + func (u *UI) Out() io.Writer + func (u *UI) Profile() termenv.Profile