diff options
-rw-r--r-- | main.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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]") |