Fix doitlive echo
This commit is contained in:
parent
950aa8920a
commit
3021ab1cf0
1 changed files with 2 additions and 4 deletions
|
|
@ -4,10 +4,8 @@
|
||||||
python3 todo.py --help
|
python3 todo.py --help
|
||||||
python3 todo.py help
|
python3 todo.py help
|
||||||
python3 todo.py -h
|
python3 todo.py -h
|
||||||
python3 todo.py h
|
python3 todo.py h; echo $?
|
||||||
echo $?
|
python3 todo.py asdf; echo $?
|
||||||
python3 todo.py asdf
|
|
||||||
echo $?
|
|
||||||
|
|
||||||
python3 todo.py list
|
python3 todo.py list
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue