diff --git a/pkg/kn/commands/root.go b/pkg/kn/commands/root.go index 28776136e..b934b3b78 100644 --- a/pkg/kn/commands/root.go +++ b/pkg/kn/commands/root.go @@ -68,6 +68,9 @@ Eventing: Manage event subscriptions and channels. Connect up event sources.`, // Affects children as well SilenceUsage: true, + + // Prevents Cobra from dealing with errors as we deal with them in main.go + SilenceErrors: true, } if p.Output != nil { rootCmd.SetOutput(p.Output)