name property

String name
getter/setter pair

The name of the option it will be used to call the option from the console. For example, if the name is 'help' then the option can be called by typing '--help' in the console.

Implementation

String name;