Skip to content

Commit

Permalink
fix: remove help display on error with verify command (#4597)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Mar 29, 2024
1 parent f00c89f commit dac4ba3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/commands/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit dac4ba3

Please sign in to comment.