working commit

This commit is contained in:
2026-05-30 12:04:50 +02:00
parent c5ed2b2245
commit c964adce89
9 changed files with 37 additions and 28 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ func (util *Util) Build() error {
execName := filepath.Base(os.Args[0])
rootCmd := &cobra.Command{
Use: execName,
Short: "\nGet hello from service",
Short: "\nSupport tools",
SilenceUsage: true,
}
rootCmd.CompletionOptions.DisableDefaultCmd = true