mirror of
https://github.com/kennethreitz-archive/plac.git
synced 2026-06-05 15:40:17 +00:00
11 lines
236 B
Plaintext
11 lines
236 B
Plaintext
usage: example10.py [-h] {add,mul} [n [n ...]]
|
|
|
|
A script to add and multiply numbers
|
|
|
|
positional arguments:
|
|
{add,mul} The name of an operator
|
|
n A number
|
|
|
|
optional arguments:
|
|
-h, --help show this help message and exit
|