RunCommand constructor

RunCommand(
  1. Future exec()
)

Implementation

RunCommand(this.exec) {
  argParser.addFlag(
    'watch',
    abbr: 'w',
    help:
        'Watch the master strings root directory (config.entry_file parent folder) for file changes and also listen for changes on trconfig.yaml',
  );
  addConfigOption(argParser);
}