Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the version of goplz. Version string = "DEVELOPMENT" )
View Source
var VersionCmd = &cli.Command{ Name: "version", Usage: "show goplz version", Action: func(ctx *cli.Context) error { fmt.Printf("Version: %s\n", Version) return nil }, }
VersionCmd is for subcommand "version".
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.