We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96314f commit b0fe698Copy full SHA for b0fe698
pkg/commands/config.go
@@ -49,6 +49,7 @@ func newConfigCommand(log logutils.Log, info BuildInfo) *configCommand {
49
Args: cobra.NoArgs,
50
ValidArgsFunction: cobra.NoFileCompletions,
51
RunE: c.executeVerify,
52
+ SilenceUsage: true,
53
}
54
55
configCmd.AddCommand(
0 commit comments