diff --git a/cli/main.go b/cli/main.go index ec71110c8..cd04ad18e 100644 --- a/cli/main.go +++ b/cli/main.go @@ -12,6 +12,7 @@ func main() { cli.SetFlags() base := &baseCommand{cmd: cli.rootCmd, cli: cli} + base.Cmd().SilenceErrors = true // Add all subcommands. cli.AddCommand(base, &PullCommand{})