Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichon-msft committed Feb 9, 2021
1 parent f417ba4 commit 4928f7f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/rush-lib/src/cli/scriptActions/BulkScriptAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,12 @@ export class BulkScriptAction extends BaseScriptAction {
parameterLongName: '--watch',
parameterShortName: '-w',
description:
'Activates a file system watcher to dynamically re-invoke the command when projects change.'
'Normally Rush would terminate after the command finishes;' +
' adding this parameter will instead watch the file system for changes to the selected projects' +
' (or all projects if no selection was specified).' +
' If changes are detected, will re-execute the command on all projects within the selection that are' +
' impacted by the detected changes, then resume waiting for changes.' +
' For details, refer to the website article "Using watch mode".'
});

this._verboseParameter = this.defineFlagParameter({
Expand Down

0 comments on commit 4928f7f

Please sign in to comment.