cmds: only print once the error

Michael Muré created

Change summary

commands/root.go | 1 -
1 file changed, 1 deletion(-)

Detailed changes

commands/root.go 🔗

@@ -44,7 +44,6 @@ _git_bug() {
 
 func Execute() {
 	if err := RootCmd.Execute(); err != nil {
-		fmt.Println(err)
 		os.Exit(1)
 	}
 }