Update doitlive

This commit is contained in:
Yehuda Deutsch 2024-11-12 00:30:03 -05:00
parent 1a0461eded
commit 9bb2e2f8f1
Signed by: uda
GPG key ID: 8EF44B89374262A5
2 changed files with 7 additions and 4 deletions

View file

@ -5,4 +5,7 @@ python3 todo.py add Test
python3 todo.py list Test
python3 todo.py list Test Test
python3 todo.py add test1 Test Test
python3 todo.py add Test test1 test2
python3 todo.py add Test test1 test3
python3 todo.py complete Test test1 test3
python3 todo.py remove Test test1 test3

View file

@ -12,17 +12,17 @@ python3 todo.py list
python3 todo.py add Test
python3 todo.py list
python3 todo.py list Test
python3 todo.py add test Test
python3 todo.py add Test test
python3 todo.py list Test
python3 todo.py list
python3 todo.py complete test Test
python3 todo.py complete Test test
python3 todo.py list Test
python3 todo.py list
python3 todo.py complete Test
python3 todo.py list
python3 todo.py remove test Test
python3 todo.py remove Test test
python3 todo.py list Test
python3 todo.py list
python3 todo.py remove Test