11 lines
283 B
Bash
11 lines
283 B
Bash
#doitlive speed: 3
|
|
#doitlive prompt: sorin
|
|
|
|
python3 todo.py add Test
|
|
python3 todo.py list Test
|
|
python3 todo.py list 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
|