fix: remove help display on error with verify command (#4597)
This commit is contained in:
parent
f00c89f86b
commit
dac4ba3f13
@ -49,6 +49,8 @@ func newConfigCommand(log logutils.Log, info BuildInfo) *configCommand {
|
|||||||
Args: cobra.NoArgs,
|
Args: cobra.NoArgs,
|
||||||
ValidArgsFunction: cobra.NoFileCompletions,
|
ValidArgsFunction: cobra.NoFileCompletions,
|
||||||
RunE: c.executeVerify,
|
RunE: c.executeVerify,
|
||||||
|
SilenceUsage: true,
|
||||||
|
SilenceErrors: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
configCmd.AddCommand(
|
configCmd.AddCommand(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user