LocalCommand constructor

LocalCommand()

Implementation

LocalCommand() {
  argParser.addOption(
    'input-dir',
    abbr: 'i',
    help: 'Input directory containing local projects.',
    mandatory: true,
  );
}