Versions in this module Expand all Collapse all v0 v0.1.0 Jun 13, 2026 Changes in this version + var Commit = "none" + var Date = "unknown" + var Version = "dev" + func Execute(ctx context.Context, cmd *cobra.Command) int + func ExitCode(err error) int + func Root() *cobra.Command + type App struct + Cache *ia.Cache + Cfg ia.Config + Creds *ia.Credentials + HTTP *ia.HTTPClient + Limit int + Out *Output + type Format string + const FormatAuto + const FormatCSV + const FormatJSON + const FormatJSONL + const FormatRaw + const FormatTSV + const FormatTable + const FormatURL + type Output struct + func (o *Output) Emit(r Row) error + func (o *Output) Flush() error + func (o *Output) Format() Format + func (o *Output) Raw(b []byte) error + func (o *Output) SetURLField(f string) + type Row struct + Cols []string + Vals []string + Value any