aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJoop Kiefte <ikojba@gmail.com>2023-09-28 02:25:53 +0100
committerJoop Kiefte <ikojba@gmail.com>2023-09-28 02:25:53 +0100
commitda7884cb606b283ac0251f42b71da30710c23ef6 (patch)
tree9d434137da0734ab561c9ceb75a71449ea2ff211 /main.go
parentf96bd87db4dd3e0d1a1785b5a6022acce33b5ae0 (diff)
Add dolt args support
Diffstat (limited to 'main.go')
-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:]
}
}