Versions in this module Expand all Collapse all v0 v0.5.0 Mar 12, 2026 v0.4.0 Feb 26, 2026 Changes in this version + var SearchPresets = map[string]Preset + var SortedPresetNames = func() []string { ... }() + func NewCmd(f *cmdutil.Factory) *cli.Command + type Preset struct + Description string + Name string + OrderBy string + Select string + Where string + func ApplyPreset(presetName, where string) (Preset, error)