Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &command.Command{ Cobra: &cobra.Command{ Use: "autocomplete", Short: "Autocompletion generation", }, Setup: func(parent *command.Command) error { cmds := []*command.Command{ bash.Cmd, } for _, cmd := range cmds { cmd.Setup(cmd) parent.Cobra.AddCommand(cmd.Cobra) } return nil }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.