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.
2 parents 09cb73a + 35dea07 commit c72d5fdCopy full SHA for c72d5fd
staging/src/k8s.io/kubectl/pkg/util/templates/templater.go
@@ -45,6 +45,7 @@ func ActsAsRootCommand(cmd *cobra.Command, filters []string, groups ...CommandGr
45
Filtered: filters,
46
}
47
cmd.SetFlagErrorFunc(templater.FlagErrorFunc())
48
+ cmd.SilenceUsage = true
49
cmd.SetUsageFunc(templater.UsageFunc())
50
cmd.SetHelpFunc(templater.HelpFunc())
51
return templater
0 commit comments