Documentation ¶
Overview ¶
Package version implements the version subcommand.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Command is the cobra command representing the version subtree. Command = &cobra.Command{ Use: "version", Short: "Prints the TaskCluster version.", Run: printVersion, } // VersionNumber is a formatted string with the version information. This is // filled in by the Makefile VersionNumber = "dev" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.