Versions in this module Expand all Collapse all v0 v0.5.0 May 14, 2026 Changes in this version type HelpOptions + JSON bool v0.4.0 May 2, 2026 Changes in this version + func CollectTopics(root *cobra.Command) []string + func NewCmdHelp(root *cobra.Command) *cobra.Command + func RegisterTopicEnum(cmd *cobra.Command, flagName string) + func SetTopicAnnotation(cmd *cobra.Command, topic string) + type CommandInfo struct + Aliases []string + Hidden bool + Name string + Path string + Short string + Topic string + func BuildIndex(root *cobra.Command) []CommandInfo + func FilterByTopic(index []CommandInfo, topic string) []CommandInfo + func Search(index []CommandInfo, keyword string) []CommandInfo + type HelpOptions struct + Root *cobra.Command + Search string + Topic string + Topics bool