GetCommand constructor
GetCommand()
Creates a new instance of GetCommand.
Configures the command-line argument parser to accept:
--morpheme-yaml: Path to morpheme.yaml configuration--generate-l10n: Flag to generate localization files
Implementation
GetCommand() {
argParser.addOptionMorphemeYaml();
argParser.addFlagGenerateL10n();
}