version

package
v0.1.64 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2024 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Version = "dev"
	Commit  = "none"
	Date    = "unknown"
	BuiltBy = "unknown"
)
View Source
var VersionCmd = &cobra.Command{
	Use:   "version",
	Short: "Get the current version of this application",
	Long:  `Nothing fancy. Print the version of this application`,
	Run: func(cmd *cobra.Command, args []string) {
		cmd.Printf("Polygon CLI Version %s\n", Version)
	},
}

versionCmd represents the version command

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