mirror of
				https://github.com/packwiz/packwiz.git
				synced 2025-10-31 10:34:32 +01:00 
			
		
		
		
	ExecuteC already prints errors (fixes #55)
This commit is contained in:
		| @@ -22,7 +22,6 @@ var rootCmd = &cobra.Command{ | |||||||
| // Execute starts the root command for packwiz | // Execute starts the root command for packwiz | ||||||
| func Execute() { | func Execute() { | ||||||
| 	if err := rootCmd.Execute(); err != nil { | 	if err := rootCmd.Execute(); err != nil { | ||||||
| 		fmt.Println(err) |  | ||||||
| 		os.Exit(1) | 		os.Exit(1) | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user