working commit

This commit is contained in:
2026-02-18 16:28:02 +02:00
parent 8739f2feb7
commit e1ca9b1b4c
8 changed files with 183 additions and 117 deletions
+3 -3
View File
@@ -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