Versions in this module Expand all Collapse all v0 v0.2.0 Jun 14, 2026 Changes in this version + func New() *kit.App type App + func (a *App) StorePath() string + type Row = render.Record v0.1.0 Jun 14, 2026 Changes in this version + var Commit = "none" + var Date = "unknown" + var Version = "dev" + func NewRootCmd() *cobra.Command + type App struct + type ExitError struct + Code int + Err error + func (e *ExitError) Error() string + func (e *ExitError) Unwrap() error + type Format string + const FormatCSV + const FormatJSON + const FormatJSONL + const FormatRaw + const FormatTSV + const FormatTable + const FormatURL + type Renderer struct + Fields []string + Format Format + NoHeader bool + Template string + func NewRenderer(w io.Writer, format Format, fields []string, noHeader bool, tmpl string) *Renderer + func (r *Renderer) Render(records any) error