addWatchFlag method
- @visibleForTesting
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.',
);
}