summaryrefslogtreecommitdiff
path: root/plac/doc/example10.help
blob: 8ac3e9f5629dee4587dfca7e7d7e912fb6f6d38f (plain)
1
2
3
4
5
6
7
8
9
10
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