@@ -49,7 +49,7 @@ class Client():
print(Stateful.matchTomlKey("config.toml", lang, "command-help"))
- def handleCommand():
+ def handleCommand(commad):
pass
@@ -8,6 +8,9 @@ listStyle = "tree"
# >>>need some guidance here<<<
EnableGlobalCommand = false
+DBType = "sqlite3"
+DBPath = "test.db"
+
# Choose between: sqlite3/toml/md/csv/mongodb
# However toml/md/csv/mongodb are not supported in v1.0
[Database]