commands/root.go 🔗
@@ -44,7 +44,6 @@ _git_bug() {
func Execute() {
if err := RootCmd.Execute(); err != nil {
- fmt.Println(err)
os.Exit(1)
}
}
Michael Muré created
commands/root.go | 1 -
1 file changed, 1 deletion(-)
@@ -44,7 +44,6 @@ _git_bug() {
func Execute() {
if err := RootCmd.Execute(); err != nil {
- fmt.Println(err)
os.Exit(1)
}
}