Versions in this module Expand all Collapse all v0 v0.1.1 Jun 15, 2026 Changes in this version + func NewApp() *kit.App v0.1.0 Jun 14, 2026 Changes in this version + const FormatCSV + const FormatJSON + const FormatJSONL + const FormatRaw + const FormatTSV + const FormatTable + const FormatURL + var Commit = "none" + var Date = "unknown" + var Version = "dev" + func NewRenderer(w io.Writer, format Format, fields []string, noHeader bool, tmpl string) *render.Renderer + func Root() *cobra.Command + type App struct + type ExitError struct + Code int + Err error + func (e *ExitError) Error() string + func (e *ExitError) Unwrap() error + type Format = render.Format