Custom Inputs
usage: custom_inputs.py [--path PATH] [--in-file IN_FILE] [--out-file OUT_FILE] [--json JSON] [--simple-range {0 <= N <= 49}] [--skip-range {1 <= N <= 29, step=2}] [--float-range {0.0 <= N < 1.0}] [--choice-range {0 <= N <= 19}] [--help]
Optional arguments
|
The path to a file |
|
The path to a file to read |
|
The path to a file to write |
|
The path to a file containing json |
|
Show this help message and exit |
Mutually exclusive options
|
Choose a number in the specified range |
|
Choose a number in the specified range |
|
Choose a number in the specified range |
|
Choose a number in the specified range |