ReedmaceCreateCommand constructor

ReedmaceCreateCommand()

Implementation

ReedmaceCreateCommand() {
  argParser.addOption('name',
      abbr: 'n',
      defaultsTo: 'reedmace_project',
      help: 'The name of the project.');
}