diff --git a/backend/main.go b/backend/main.go index 39c93e0..76bf4b6 100644 --- a/backend/main.go +++ b/backend/main.go @@ -80,6 +80,7 @@ var rootCmd = &cobra.Command{ } func main() { + cobra.MousetrapHelpText = "" if err := rootCmd.Execute(); err != nil { fmt.Fprintln(os.Stderr, err) os.Exit(1)