Versions in this module Expand all Collapse all v0 v0.3.0 Jun 15, 2026 v0.2.0 Jun 14, 2026 Changes in this version + const FormatList + const FormatMarkdown v0.1.0 Jun 14, 2026 Changes in this version + var Commit = "none" + var Date = "unknown" + var Version = "dev" + func Root() *cobra.Command + type App struct + Cache *wiki.Cache + Cfg wiki.Config + Limit int + Out *Output + func (a *App) Client() (*wiki.Client, error) + 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 + type Row struct + Cols []string + Vals []string + Value any