aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoop Kiefte <ikojba@gmail.com>2023-09-28 22:29:35 +0100
committerJoop Kiefte <ikojba@gmail.com>2023-09-28 22:29:35 +0100
commit5b69065dce38aedfee798e8ee3e3f3dedbd7aa78 (patch)
tree0459794fe28f4271258d6b935d6b802134d582ce
parentc214088798bf026f0fde1afccb434068728552c7 (diff)
Improve built-in help
-rw-r--r--main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.go b/main.go
index 7f9e0af..e516627 100644
--- a/main.go
+++ b/main.go
@@ -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.`