Versions in this module Expand all Collapse all v0 v0.1.2 Apr 4, 2022 v0.1.1 Apr 4, 2022 Changes in this version + var UICmd = &cobra.Command + func Serve(cmd *cobra.Command) error + type ApplicationDetails struct + AssemblyName string + Command CommandDetail + type CommandDetail struct + Aliases []string + Commands []CommandDetail + Examples string + HasParent bool + Hidden bool + IsAvailable bool + LongDescription string + Name string + NameAndAliases string + Options OptionDescriptions + ParentName string + ParentUse string + Root string + ShortDescription string + Use string + func GetCommandDetails(cmd *cobra.Command) (*CommandDetail, error) + type OptionDescription struct + Default interface{} + Description string + Hidden bool + Name string + Section string + Type string + Values string + type OptionDescriptions []OptionDescription