Compare commits
2 commits
9bb2e2f8f1
...
c0d5ec4a7c
| Author | SHA1 | Date | |
|---|---|---|---|
| c0d5ec4a7c | |||
| c72d0773e7 |
1 changed files with 4 additions and 2 deletions
|
|
@ -4,8 +4,10 @@
|
|||
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