working commit
This commit is contained in:
@@ -47,9 +47,9 @@ func (util *Util) Build() error {
|
||||
var err error
|
||||
execName := filepath.Base(os.Args[0])
|
||||
rootCmd := cobra.Command{
|
||||
Use: execName,
|
||||
Short: "\nA brief description the command",
|
||||
SilenceUsage: true,
|
||||
Use: execName,
|
||||
Short: "\nA brief description the command",
|
||||
//SilenceUsage: true,
|
||||
}
|
||||
rootCmd.CompletionOptions.DisableDefaultCmd = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user