Update doitlive
This commit is contained in:
parent
1a0461eded
commit
9bb2e2f8f1
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
|
||||||
python3 todo.py list Test 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
|
||||||
|
|
|
||||||
|
|
@ -12,17 +12,17 @@ python3 todo.py list
|
||||||
python3 todo.py add Test
|
python3 todo.py add Test
|
||||||
python3 todo.py list
|
python3 todo.py list
|
||||||
python3 todo.py list Test
|
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 Test
|
||||||
python3 todo.py list
|
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 Test
|
||||||
python3 todo.py list
|
python3 todo.py list
|
||||||
python3 todo.py complete Test
|
python3 todo.py complete Test
|
||||||
python3 todo.py list
|
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 Test
|
||||||
python3 todo.py list
|
python3 todo.py list
|
||||||
python3 todo.py remove Test
|
python3 todo.py remove Test
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue