python todo.py add title date importance
Example:
python todo.py add my-new-todo 2023-01-16 high
python todo.py list today
or
python todo.py list all
python todo.py edit id field value
Example:
python todo.py edit 2 title new-title
python todo.py done id
python todo.py undone id
python todo.py deletedone