helpMessage method
Returns the usage message describing the accepted options.
Implementation
String helpMessage() {
return "${parser.usage}\n";
}
Returns the usage message describing the accepted options.
String helpMessage() {
return "${parser.usage}\n";
}