Skip to content

Commit 2915172

Browse files
committed
fix: remove help display on error with verify command
1 parent f96314f commit 2915172

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/commands/config.go

Lines changed: 2 additions & 0 deletions
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)