From da7884cb606b283ac0251f42b71da30710c23ef6 Mon Sep 17 00:00:00 2001 From: Joop Kiefte Date: Thu, 28 Sep 2023 02:25:53 +0100 Subject: Add dolt args support --- main.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main.go') 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:] } } -- cgit v1.2.3-70-g09d2