Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Command is the "version" go command Command = &cobra.Command{ Use: "version", Deprecated: "please use 'gsctl --version' instead.", Short: "Print version number", Long: `Prints the gsctl version number. When executed with the -v/--verbose flag, the build date is printed in addition.`, Run: printVersion, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.