CLI simple analysis
A simple app to conduct analysis on two integers
usage: CLI-SIMPLE-ANALYSIS [-h] [--verbose] [--version]
[--sum | --max | --combined]
{0,1,2,3,4,5} {0,1,2,3,4,5}
Positional Arguments
- x
Possible choices: 0, 1, 2, 3, 4, 5
the x value
- y
Possible choices: 0, 1, 2, 3, 4, 5
the y value
Named Arguments
- --verbose
Display verbose print output
Default: False
- --version
Display the version of the cli tool
- --sum
Sum the integers together
Default: False
- --max
Find the max value of the integers
Default: False
- --combined
Combined analysis: sum the product with the sum of the integers
Default: False
—
Add text here to show a simple example use of the cli, or link or import to the example in the docstring