Option

Information about an option.

Members

Variables

help
string help;

The description of this option

optLong
string optLong;

The long symbol for this option

optShort
string optShort;

The short symbol for this option

required
bool required;

If a option is required, not passing it will result in an error

Meta