todo/todo
riley 134d71f44d Add --file argument & fixes
cli.py:
+ added --file argument to specify the todo file.
~ changed the --task handler to use get_task instead.
~ fixed bug w/ printing information on tasks w/ no due date.
TodoObject.py:
~ modified type-hinting on get_tasks.
~ modified type-hinting on get_task.
~ fixed bug with get_task returning type Task rather than found task.
~ fixed bug with get_note not listening to the immediate parameter.
2021-09-28 00:54:49 -04:00
..
Category.py Refactor for CLI 2021-09-28 00:20:20 -04:00
Note.py Refactor for CLI 2021-09-28 00:20:20 -04:00
Task.py Refactor for CLI 2021-09-28 00:20:20 -04:00
Todo.py Refactor for CLI 2021-09-28 00:20:20 -04:00
TodoObject.py Add --file argument & fixes 2021-09-28 00:54:49 -04:00
__init__.py Initial Commit 2021-09-25 17:39:27 -04:00