mirror of
https://github.com/kennethreitz-archive/plac.git
synced 2026-06-05 07:36:12 +00:00
10 lines
226 B
Plaintext
10 lines
226 B
Plaintext
usage: example11.py [-h] i n [rest [rest ...]]
|
|
|
|
positional arguments:
|
|
i This is an int
|
|
n This is a float
|
|
rest Other arguments
|
|
|
|
optional arguments:
|
|
-h, --help show this help message and exit
|