Documentation ¶ Overview ¶ Package version prints the version of this tool, as provided at compile time. Index ¶ Variables Constants ¶ This section is empty. Variables ¶ View Source var ( // Cmd is the version sub-command Cmd = &cobra.Command{ Use: "version", Short: "Print the version information", RunE: func(_ *cobra.Command, _ []string) error { return printVersion() }, } ) Functions ¶ This section is empty. Types ¶ This section is empty. Source Files ¶ View all Source files version.go Click to show internal directories. Click to hide internal directories.