Versions in this module Expand all Collapse all v1 v1.3.4 Jun 23, 2024 v1.3.3 Apr 1, 2024 Changes in this version + const APP + const DESC + const MAX_COMMANDS + const OPT_AUTH + const OPT_COMPLETION + const OPT_GENERATE_MAN + const OPT_HELP + const OPT_HOST + const OPT_INTERVAL + const OPT_NO_COLOR + const OPT_PORT + const OPT_TIMEOUT + const OPT_VER + const OPT_VERB_VER + const VER + func Run(gitRev string, gomod []byte) + type CommandInfo struct + Count int64 + Name string + type CommandInfoSlice []*CommandInfo + func (s CommandInfoSlice) Len() int + func (s CommandInfoSlice) Less(i, j int) bool + func (s CommandInfoSlice) Swap(i, j int) + type Stats struct + Data map[string]*CommandInfo + Dirty bool + HasData bool + Slice CommandInfoSlice + func NewStats() *Stats + func (s *Stats) Clean() + func (s *Stats) Increment(command string)