diff --git a/src/cli/root.go b/src/cli/root.go index 83cbf026..1e9a390b 100644 --- a/src/cli/root.go +++ b/src/cli/root.go @@ -38,7 +38,6 @@ on getting started, have a look at the docs at https://ohmyposh.dev`, func Execute(version string) { cliVersion = version if err := rootCmd.Execute(); err != nil { - fmt.Fprintln(os.Stderr, err) os.Exit(1) } }