RunCommand constructor

RunCommand()

Implementation

RunCommand() {
  argParser.addOption(
    'format',
    help: 'Reformat the code',
  );
}