diff --git a/doitlive.sh b/doitlive.sh index d6fd736..4c71f81 100644 --- a/doitlive.sh +++ b/doitlive.sh @@ -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