Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGlobalOptionsFunc ¶
Get the function to show the global options
Types ¶
type CommandGroup ¶
type CommandGroup struct { // Title for command group shown in help/usage messages Header string // List of commands for this group Commands []*cobra.Command }
A command group is for grouping together commands
type CommandGroups ¶
type CommandGroups []CommandGroup
func (CommandGroups) AddTo ¶
func (g CommandGroups) AddTo(cmd *cobra.Command)
Add all commands from this group slice to the given command
func (CommandGroups) SetRootUsage ¶
func (g CommandGroups) SetRootUsage(rootCmd *cobra.Command, extraTemplateFunctions *template.FuncMap)
SetRootUsage sets our own help and usage function messages to the root command
Click to show internal directories.
Click to hide internal directories.