Update doitlive
This commit is contained in:
parent
c72d0773e7
commit
c0d5ec4a7c
2 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -14,17 +14,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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue