Documentation
¶
Overview ¶
Package version implements the "dgit version" command
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &base.Command{
Run: printVersion,
Usage: "version",
Name: "version",
ShortHelp: "print version information",
LongHelp: `Version prints program version information.
Version information is compliant with version 2.0.0 of the semver
spec. If the version includes a pre-release identifier, build metadata
is also appended to the reported version.
`,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.