mirror of
https://github.com/kennethreitz-archive/plac.git
synced 2026-06-05 15:40:17 +00:00
10 lines
248 B
Plaintext
10 lines
248 B
Plaintext
usage: example12.py [-h] [-opt OPT] [args [args ...]] [kw [kw ...]]
|
|
|
|
positional arguments:
|
|
args default arguments
|
|
kw keyword arguments
|
|
|
|
optional arguments:
|
|
-h, --help show this help message and exit
|
|
-opt OPT some option
|