diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -104,11 +104,10 @@ Running debby with any other arguments will run it as a dolt command.` // Reset choice choice = 0 // Print menu - fmt.Println("1. Read table names") - fmt.Println("2. Run query") - fmt.Println("3. Edit table") - fmt.Println("4. Execute Dolt command") - fmt.Println("5. Exit") + fmt.Println("1. Run query") + fmt.Println("2. Edit table") + fmt.Println("3. Execute Dolt command") + fmt.Println("4. Exit") fmt.Print("Enter your choice: ") // Read user input |