version

package
v0.2.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 31, 2021 License: BSD-3-Clause Imports: 2 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL