Documentation
¶
Overview ¶
Package ui centralizes CLI output: lipgloss styles, success/error lines in the Vercel-style format, tables, and a --json mode that suppresses all decoration. Every command routes its output through this package so `--json` is uniform (spec §5 polish requirements).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Printer ¶
Printer renders command output. JSON=true switches every helper to machine-readable output and silences decorations.
func (*Printer) Successf ¶
Successf prints a "✓" line (no-op in JSON mode — emit a JSON object instead).
Click to show internal directories.
Click to hide internal directories.