Compare commits
2 commits
8e187c9790
...
c72d0773e7
| Author | SHA1 | Date | |
|---|---|---|---|
| c72d0773e7 | |||
| 950aa8920a |
2 changed files with 39 additions and 0 deletions
8
breakitlive.sh
Normal file
8
breakitlive.sh
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
#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 test1 Test Test
|
||||||
31
doitlive.sh
Normal file
31
doitlive.sh
Normal file
|
|
@ -0,0 +1,31 @@
|
||||||
|
#doitlive speed: 3
|
||||||
|
#doitlive prompt: sorin
|
||||||
|
|
||||||
|
python3 todo.py --help
|
||||||
|
python3 todo.py help
|
||||||
|
python3 todo.py -h
|
||||||
|
python3 todo.py h
|
||||||
|
echo $?
|
||||||
|
python3 todo.py asdf
|
||||||
|
echo $?
|
||||||
|
|
||||||
|
python3 todo.py list
|
||||||
|
|
||||||
|
python3 todo.py add Test
|
||||||
|
python3 todo.py list
|
||||||
|
python3 todo.py list Test
|
||||||
|
python3 todo.py add test Test
|
||||||
|
python3 todo.py list Test
|
||||||
|
python3 todo.py list
|
||||||
|
|
||||||
|
python3 todo.py complete test Test
|
||||||
|
python3 todo.py list Test
|
||||||
|
python3 todo.py list
|
||||||
|
python3 todo.py complete Test
|
||||||
|
python3 todo.py list
|
||||||
|
|
||||||
|
python3 todo.py remove test Test
|
||||||
|
python3 todo.py list Test
|
||||||
|
python3 todo.py list
|
||||||
|
python3 todo.py remove Test
|
||||||
|
python3 todo.py list
|
||||||
Loading…
Add table
Reference in a new issue