Skip to content

Commit dac4ba3

Browse files
authored
fix: remove help display on error with verify command (#4597)
1 parent f00c89f commit dac4ba3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/commands/config.go

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ func newConfigCommand(log logutils.Log, info BuildInfo) *configCommand {
4949
Args: cobra.NoArgs,
5050
ValidArgsFunction: cobra.NoFileCompletions,
5151
RunE: c.executeVerify,
52+
SilenceUsage: true,
53+
SilenceErrors: true,
5254
}
5355

5456
configCmd.AddCommand(

0 commit comments

Comments
 (0)