Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Command is the "info" go command Command = &cobra.Command{ Use: "info", Short: "Print some information", Long: `Prints information that might help you get out of trouble`, PreRun: printValidation, Run: printInfo, } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.