Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
Execute creates the root command, adds all child commands, and execute the root command. This is called by main.main(). It only needs to happen once to the rootCmd.
func NewRootCommand ¶
func NewRootCommand(opts *options.CommonOptions) *cobra.Command
NewRootCommand returns the root command.
Types ¶
type Options ¶
type Options struct {
*options.CommonOptions
}
Click to show internal directories.
Click to hide internal directories.