func NewVersionSubcommand()

in cli/version.go [33:40]


func NewVersionSubcommand() subcommands.Command {
	return &versionCmd{
		cmd{
			name:     "version",
			synopsis: "print the version of the binary to stdout",
		},
	}
}