diff options
-rw-r--r-- | main.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -35,10 +35,14 @@ Usage: debby [command] [arguments] The commands are: + create Create a new table edit Import table run Run query help Print help +The create and edit commands require a table name as an argument. +The run command requires a query as an argument. + Runnning debby without any arguments will start debby in interactive mode. Running debby with any other arguments will run it as a dolt command.` |