addWatchFlag method

  1. @visibleForTesting
void addWatchFlag()

watches the local source files

Implementation

@visibleForTesting
void addWatchFlag() {
  addFlag(
    'watch',
    abbr: 'w',
    negatable: false,
    help: 'Watch for file changes and '
        're-cook the bricks as they change.',
  );
}