Update doitlive

This commit is contained in:
Yehuda Deutsch 2024-11-12 14:40:19 -05:00
parent 9ee5aa41fa
commit d0f34de620
Signed by: uda
GPG key ID: 8EF44B89374262A5

View file

@ -9,6 +9,7 @@ python3 todo.py list --help
python3 todo.py add --help
python3 todo.py add Test
python3 todo.py --verbose add Test
python3 todo.py list
python3 todo.py list --root Test
python3 todo.py add -r Test test
@ -17,6 +18,7 @@ python3 todo.py list
python3 todo.py complete --help
python3 todo.py complete -r Test test
python3 todo.py --verbose complete -r Test test
python3 todo.py list -r Test
python3 todo.py list
python3 todo.py complete Test
@ -26,5 +28,5 @@ python3 todo.py remove --help
python3 todo.py remove -r Test test
python3 todo.py list -r Test
python3 todo.py list
python3 todo.py remove Test
python3 todo.py --verbose remove Test
python3 todo.py list