fix: remove help display on error with verify command (#4597)

This commit is contained in:
Ludovic Fernandez 2024-03-29 21:00:34 +01:00 committed by GitHub
parent f00c89f86b
commit dac4ba3f13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,6 +49,8 @@ func newConfigCommand(log logutils.Log, info BuildInfo) *configCommand {
Args: cobra.NoArgs,
ValidArgsFunction: cobra.NoFileCompletions,
RunE: c.executeVerify,
SilenceUsage: true,
SilenceErrors: true,
}
configCmd.AddCommand(