Documentation ¶ Index ¶ func Run(opts Options) error type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(opts Options) error Run scans sessions, optionally filters them by grep query, and writes TSV rows to opts.Out. Types ¶ type Options ¶ type Options struct { Grep string Regex bool NoColor bool // Color overrides auto-detection: "always", "never", or "" (auto). // --no-color and NO_COLOR still force off when Color is empty/auto. Color string Out io.Writer } Options controls list output. Source Files ¶ View all Source files list.go Click to show internal directories. Click to hide internal directories.