ApplyCommand constructor

ApplyCommand()

Implementation

ApplyCommand() {
  argParser.addOption('config',
      abbr: 'c',
      help: 'Path to blueprint.yaml',
      mandatory: true);
  argParser.addOption('output',
      abbr: 'o',
      help: 'Target directory (defaults to value in config)');
}