Documentation
¶
Overview ¶
Package ui provides output formatting primitives: progress spinners, tables, JSON output, and human-readable formatting helpers. It centralises all terminal rendering so slice packages do not import rendering libraries directly.
This is a shared kernel package. It must contain no business logic. Slice packages under internal/ may import it freely.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Format ¶
type Format string
Format controls how command output is rendered.
func ParseFormat ¶
ParseFormat converts a string to a Format, defaulting to FormatHuman.
Click to show internal directories.
Click to hide internal directories.