Compare commits
3 commits
c0d5ec4a7c
...
9bb2e2f8f1
| Author | SHA1 | Date | |
|---|---|---|---|
| 9bb2e2f8f1 | |||
| 1a0461eded | |||
| 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 -h
|
||||
python3 todo.py h
|
||||
echo $?
|
||||
python3 todo.py asdf
|
||||
echo $?
|
||||
python3 todo.py h; echo $?
|
||||
python3 todo.py asdf; echo $?
|
||||
|
||||
python3 todo.py list
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue