The --help
parameter adds a descriptive line to the output of the -?
request. It is for documentational purposes only. It is completely optional.
CmdLine.create("--type string --key ticker --help 'A NASDAC equity symbol.'");
> MyProgram -?
This will return a "usage" or help message similar to this.
<--ticker>A NASDAC equity symbol.