SyncCommand constructor

SyncCommand()

Implementation

SyncCommand() {
  argParser.addFlag(
    'force',
    negatable: false,
    help:
        'Rewrite every output file even if its contents already match. '
        'Use when an external process has touched lib/l10n/ or you want '
        'to refresh mtimes for a downstream watcher.',
  );
}