Versions in this module Expand all Collapse all v0 v0.1.0 May 3, 2023 Changes in this version + type Command struct + Description string + Examples []string + Featured bool + Usage string + WhoCanUse string + type Help struct + AllRepos []string + ExternalPluginHelp map[string]PluginHelp + PluginHelp map[string]PluginHelp + RepoExternalPlugins map[string][]string + RepoPlugins map[string][]string + type PluginHelp struct + Commands []Command + Config map[string]string + Description string + Events []string + Snippet string + func (pluginHelp *PluginHelp) AddCommand(command Command)