Versions in this module Expand all Collapse all v0 v0.1.15 Aug 12, 2022 v0.1.14 Aug 12, 2022 Changes in this version + type Command struct + AppText string + Colorizer func(a ...interface{}) string + Commands Commands + Description string + Entrypoint func(c interface{}) error + Name string + Parent *Command + Title string + type Commands []Command + func (c Commands) Find(name string, hereDepth, hereDist int, skipFirst bool) (found bool, depth, dist int, cm *Command, e error) + func (c Commands) ForEach(fn func(Command) bool, hereDepth, hereDist int) (ret bool, depth, dist int, e error) + func (c Commands) GetAllCommands() (o []string) + func (c Commands) PopulateParents(parent *Command)