Update doitlive
This commit is contained in:
parent
9ee5aa41fa
commit
d0f34de620
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue