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 log = logrus.New()
|
||||||
|
|
||||||
var (
|
// Version that is being reported by the CLI
|
||||||
cfgFile string
|
var Version string
|
||||||
logLevel string
|
|
||||||
Version string
|
var cfgFile, logLevel string
|
||||||
)
|
|
||||||
|
|
||||||
// RootCmd represents the base command when called without any subcommands
|
// RootCmd represents the base command when called without any subcommands
|
||||||
var RootCmd = &cobra.Command{
|
var RootCmd = &cobra.Command{
|
||||||
|
|
Loading…
Reference in a new issue