diff options
| author | Joop Kiefte <ikojba@gmail.com> | 2023-09-28 03:12:35 +0100 |
|---|---|---|
| committer | Joop Kiefte <ikojba@gmail.com> | 2023-09-28 03:12:35 +0100 |
| commit | 4597822bb73287be12edca8f5fe2a6d9b6d2d585 (patch) | |
| tree | 1cb83fac3b485a80471202822867f41c9096ee72 | |
| parent | 145a0bdfa148a032a18b515e7913bb5f9f361208 (diff) | |
Add newline after command output
| -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]") |
