Versions in this module Expand all Collapse all v0 v0.1.0 Apr 27, 2026 Changes in this version + func Render(w io.Writer, format Format, payload any, opts ...Option) error + func RenderTable(w io.Writer, headers []string, rows [][]string) error + type Format string + const FormatID + const FormatJSON + const FormatMarkdown + const FormatRaw + const FormatTable + const FormatYAML + func ParseFormat(s string) (Format, error) + type Option func(*Options) + func WithJQ(expr string) Option + func WithPretty(p bool) Option + type Options struct + JQ string + Pretty bool