Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatBytes ¶ added in v0.8.0
FormatBytes returns a human-readable byte size (e.g., "1.2 GB").
Types ¶
type UI ¶
type UI struct {
// contains filtered or unexported fields
}
UI provides styled terminal output.
func (*UI) Error ¶
Error prints an error message: "error: msg" to errOut. Only the "error:" prefix is styled to prevent lipgloss from mangling multi-line message bodies.
func (*UI) StatusColor ¶
StatusColor returns the status string colored green if "running", yellow otherwise.
Click to show internal directories.
Click to hide internal directories.