Documentation
¶
Overview ¶
Package cli implements the command-line interface
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "" Commit = "" BuildDate = "" )
Version information, set via ldflags by the Makefile and by the release workflow. When it is not set, resolveVersion fills these in from the build information Go embeds automatically, so a plain `go build` still reports something meaningful rather than "dev".
Functions ¶
func DisplayVersion ¶
func DisplayVersion() string
DisplayVersion returns the version string shown in the web interface.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.