Versions in this module Expand all Collapse all v1 v1.0.1 Aug 24, 2026 v1.0.0 Aug 24, 2026 Changes in this version + func PadGrid(grid [][]string) []string + type Format int + const FormatJSON + const FormatTable + const FormatYAML + func ParseFormat(s string) (Format, error) + type Options struct + Columns []string + Quiet bool + Shown int + Total int + type Result struct + Empty bool + type Writer struct + Err io.Writer + Format Format + Out io.Writer + func (w Writer) Render(raw []byte, o Options) error + func (w Writer) RenderResult(raw []byte, o Options) (Result, error) + func (w Writer) Warn(o Options, format string, args ...any)