disable bash completion option
This commit is contained in:
parent
260a48ab7f
commit
1ef15d66a2
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ func init() {
|
|||
|
||||
rootCmd.PersistentFlags().StringVarP(&cfgFile, "config", "c", "", "config file (default is $workingdir/config.yaml)")
|
||||
rootCmd.PersistentFlags().BoolVarP(&log.FlagDebug, "debug", "d", false, "enable debug logging")
|
||||
rootCmd.CompletionOptions.DisableDefaultCmd = true
|
||||
|
||||
rootCmd.Version = constants.AppVersion
|
||||
// Cobra also supports local flags, which will only run
|
||||
|
|
Loading…
Reference in a new issue