TestCommand constructor

TestCommand()

Implementation

TestCommand() {
  argParser.addOptionMorphemeYaml();
  argParser.addOption(
    'feature',
    abbr: 'f',
    help: 'Test with spesific feature',
  );
}