name property
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;
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.
String name;