gunrock / io

Input (scripts, etc.) and output (scripts, performance results, etc.) for Gunrock and other graph engines
10 stars 6 forks source link

CMD Args: -h (help command) commands listed under "optional" #20

Closed ffarhour closed 8 years ago

ffarhour commented 8 years ago

A default feature of the argparse python module: when commands have a tag (double dash or single dash with a letter or word following e.g. -o --output) then they are assumed to be "optional" arguments. When they are forced to be "requried", they are still listed under "optional" commands in the help command.