aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index c5aecc2..4162148 100644
--- a/main.go
+++ b/main.go
@@ -44,6 +44,9 @@ Running debby with any other arguments will run it as a dolt command.`
fmt.Println(str)
return
+ default: // Run dolt command
+ choice = 3
+ args = os.Args[1:]
}
}