CreateDtoCommand constructor

CreateDtoCommand()

Implementation

CreateDtoCommand() {
  argParser.addOption('name',
      abbr: 'n', help: 'Specify the name of the DTO.');
}