RunCommand constructor

RunCommand()

Implementation

RunCommand() {
  argParser.addOption(
    'schema',
    abbr: 's',
    defaultsTo: 'slidy.yaml',
    help: 'Select a config YAML file.',
  );
}