Versions in this module Expand all Collapse all v0 v0.15.3 May 2, 2026 Changes in this version + const Version + var Command *cli.Command + var CommandErrorBuffer bytes.Buffer + var OutputFormats = []string + func ApplyCustomizations(app *cli.Command) + func ShowJSON(res gjson.Result, opts ShowJSONOpts) error + func ShowJSONIterator[T any](iter jsonview.Iterator[T], itemsToDisplay int64, opts ShowJSONOpts) error + func ValidateBaseURL(value, source string) error + func WriteCommandErrorOutput(app *cli.Command, err error, stdout *os.File, stderr io.Writer) bool + type BodyContentType int + const ApplicationJSON + const ApplicationOctetStream + const EmptyBody + const MultipartFormEncoded + type FileEmbedStyle int + const EmbedIOReader + const EmbedText + type FilePathValue string + type ShowJSONOpts struct + ExplicitFormat bool + Format string + RawOutput bool + Stderr io.Writer + Stdout *os.File + Title string + Transform string