05-libraries #7

Open
uda wants to merge 3 commits from 05-libraries into 04-can-we-enhance-this
Showing only changes of commit d0f34de620 - Show all commits

View file

@ -9,6 +9,7 @@ python3 todo.py list --help
python3 todo.py add --help python3 todo.py add --help
python3 todo.py add Test python3 todo.py add Test
python3 todo.py --verbose add Test
python3 todo.py list python3 todo.py list
python3 todo.py list --root Test python3 todo.py list --root Test
python3 todo.py add -r Test 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 --help
python3 todo.py complete -r Test test 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 -r Test
python3 todo.py list python3 todo.py list
python3 todo.py complete Test python3 todo.py complete Test
@ -26,5 +28,5 @@ python3 todo.py remove --help
python3 todo.py remove -r Test test python3 todo.py remove -r Test test
python3 todo.py list -r Test python3 todo.py list -r Test
python3 todo.py list python3 todo.py list
python3 todo.py remove Test python3 todo.py --verbose remove Test
python3 todo.py list python3 todo.py list