GreetCommand constructor

GreetCommand()

Implementation

GreetCommand() {
  argParser.addOption('name', abbr: 'n', help: 'Name of the person to greet.');
}