Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // CreateExampleCmd is based for other commands CreateExampleCmd = &cobra.Command{ Use: "example", Short: "Create example ...", Run: cmd.ShowUsage, } )
View Source
var ( // DeleteExampleCmd is based for other commands DeleteExampleCmd = &cobra.Command{ Use: "example", Short: "Delete example ...", Run: cmd.ShowUsage, } )
View Source
var ( // ListExampleCmd is based for other commands ListExampleCmd = &cobra.Command{ Use: "example", Short: "List example ...", Run: cmd.ShowUsage, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.