Documentation ¶
Overview ¶
Package cmd contains the command-line interface (CLI) for the download-asset binary.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version represents the version of the software. Version = "dev" // Commit represents the git commit hash of the software. Commit = vcs("vcs.revision", "unknown") // BuildDate represents the date the software was built. BuildDate = vcs("vcs.time", "unknown") // Dirty represents whether or not the git repo was dirty when the software was built. Dirty = vcs("vcs.modified", "unknown") // PGOEnabled represents whether or not the build leveraged Profile-Guided Optimization (PGO). PGOEnabled = vcs("-pgo", "false") )
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func LongHelpText ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.