Versions in this module Expand all Collapse all v0 v0.2.0 May 8, 2026 v0.1.0 May 8, 2026 Changes in this version + type KeyValue struct + Key string + Value string + type Printer struct + Format string + NoColor bool + Quiet bool + Writer io.Writer + func NewPrinter(format string, noColor, quiet bool) *Printer + func (p *Printer) PrintDetail(pairs []KeyValue) + func (p *Printer) PrintJSON(v interface{}) + func (p *Printer) PrintTable(headers []string, rows [][]string)