We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00c89f commit dac4ba3Copy full SHA for dac4ba3
pkg/commands/config.go
@@ -49,6 +49,8 @@ func newConfigCommand(log logutils.Log, info BuildInfo) *configCommand {
49
Args: cobra.NoArgs,
50
ValidArgsFunction: cobra.NoFileCompletions,
51
RunE: c.executeVerify,
52
+ SilenceUsage: true,
53
+ SilenceErrors: true,
54
}
55
56
configCmd.AddCommand(
0 commit comments