shortName property
The short name of the option it will be used to call the option from the console. For example, if the short name is 'h' then the option can be called by typing '-h' in the console.
Implementation
String shortName;
The short name of the option it will be used to call the option from the console. For example, if the short name is 'h' then the option can be called by typing '-h' in the console.
String shortName;