ConfigCommand constructor

ConfigCommand()

Creates a new config command with required arguments.

Adds the target option for specifying the main Dart file and the morpheme-yaml option for specifying the configuration file path.

Implementation

ConfigCommand() {
  argParser.addOptionTarget();
  argParser.addOptionMorphemeYaml();
}