Command Line Use

Start the mini-project-1 shell

usage: mini_project_1 [-h] [-r] (-d DATABASE | -i INIT_DATABASE)
                      [--log-level LOG_LEVEL] [--log-dir LOG_DIR] [-v]

Named Arguments

-r, --register

Before reaching the login screen access the registration screen to register a new member to the mini-project-1 database

Default: False

Database

-d, --database Path to an existing SQLITE database file or mini-project-1 to connect to
-i, --init-database
 Create a example SQLITE database file for mini-project-1 at the path specified and connect to it

Logging

--log-level

Set the logging output level

Default: INFO

--log-dir Enable TimeRotatingLogging at the directory specified
-v, --verbose

Enable verbose logging

Default: False