Usage: tala <command> [flag(s)]

serve                   Start on local server.
db                      Modify SQLite database.
help                    Display this help message.

serve:
    --open              Launch directly in the OS default browser.
    --port <port>       Specify a port (default: random unoccupied).

db:
    --reset             Delete the database, effectively resetting it.
    --backup <path>     Back up the database to a specified path.
