Documentation
¶
Overview ¶
Package versioncmd exposes 'version' subcommand.
It prints CIPD package namd and CIPD instance ID a binary was installed from.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = &subcommands.Command{ UsageLine: "version", ShortDesc: "prints version of CIPD package this exe was installed from", LongDesc: "Prints version of CIPD package this exe was installed from.", CommandRun: func() subcommands.CommandRun { return &versionRun{} }, }
Version implement subcommand that prints version of CIPD package that contains the executable.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.