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.
Click to show internal directories.
Click to hide internal directories.