18 lines
503 B
Bash
18 lines
503 B
Bash
#doitlive speed: 3
|
|
#doitlive prompt: sorin
|
|
|
|
python3 todo.py add Test
|
|
python3 todo.py list -r Test
|
|
python3 todo.py list -r Test Test
|
|
|
|
python3 todo.py add -r Test test1 test2
|
|
python3 todo.py add -r Test test1 test3
|
|
python3 todo.py complete -r Test test1 test3
|
|
python3 todo.py remove -r Test test1 test3
|
|
|
|
python3 todo.py add Test
|
|
python3 todo.py list -r Test
|
|
python3 todo.py complete -r Test test1
|
|
python3 todo.py add -r Test test1
|
|
python3 todo.py remove -r Test test1
|
|
python3 todo.py remove -r Test test1
|