shortName property

String shortName
getter/setter pair

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;