diff --git a/cmd/gateway/commands.go b/cmd/gateway/commands.go index 9e02599c65..f43cebbb40 100644 --- a/cmd/gateway/commands.go +++ b/cmd/gateway/commands.go @@ -30,7 +30,9 @@ const ( func createRootCommand() *cobra.Command { rootCmd := &cobra.Command{ - Use: "gateway", + Use: "gateway", + SilenceUsage: true, + SilenceErrors: true, RunE: func(cmd *cobra.Command, args []string) error { return cmd.Help() },