aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.go b/main.go
index fe338b4..6ba9791 100644
--- a/main.go
+++ b/main.go
@@ -77,9 +77,8 @@ Running debby with any other arguments will run it as a dolt command.`
if noninteractive {
return
}
- // Print menu
-
// List tables sequentially
+ fmt.Println()
fmt.Println("Tables: ", strings.Join(tables, ", "))
fmt.Println()
fmt.Println("[run] a query, [edit] a table, run any dolt command, or [exit]")