Add comment for version variable
This commit is contained in:
parent
356c681dfc
commit
742e7149dd
1 changed files with 4 additions and 5 deletions
|
@ -27,11 +27,10 @@ import (
|
|||
|
||||
var log = logrus.New()
|
||||
|
||||
var (
|
||||
cfgFile string
|
||||
logLevel string
|
||||
Version string
|
||||
)
|
||||
// Version that is being reported by the CLI
|
||||
var Version string
|
||||
|
||||
var cfgFile, logLevel string
|
||||
|
||||
// RootCmd represents the base command when called without any subcommands
|
||||
var RootCmd = &cobra.Command{
|
||||
|
|
Loading…
Reference in a new issue