cli.py

Process some sdfsf.

usage: cli.py [-h] -i IDENTITY --sum N [N ...]

positional arguments

n

An integer for the accumulator.

optional arguments

-h, --help

show this help message and exit

-i <identity>, --identity <identity>

the default result for no arguments (default: 0)

--sum

Sum the integers (default: find the max).