/cmdtodo

Simple sample Cement app with SQLAlchemy and sqlite3

Primary LanguagePython

cmdtodo

Simple sample Cement app with SQLAlchemy and sqlite3

Run python sql.py to create db

To add task - run

python3 todo-cli add "task_name" "task_description"

To delete task - run

python3 todo-cli delete "task_name"

To list all tasks - run

python3 todo-cli tasks