Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "dev" Commit = "unknown" BuildTime = "unknown" )
Version information - these will be set at build time via ldflags
View Source
var VersionCmd = &cobra.Command{
Use: "version",
Short: "Display version information",
Long: `Display version information including:
- Version number
- Git commit hash
- Build timestamp
- Go version used to build the binary
- Target platform (OS/Architecture)`,
Run: runVersion,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.