Skip to content

Commit 508e430

Browse files
Robb LovellRobb Lovell
Robb Lovell
authored and
Robb Lovell
committed
Updated command line parameters in the Readme.
1 parent 512e416 commit 508e430

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,15 @@ Selectively executes commands when watched files are changed.
2121
2222
Options:
2323
24-
-h, --help output usage information
25-
-w, --watch <glob> A glob to watch, starts a new group
26-
-e, --exec <cmd> Command to execute, eg "echo %s"
27-
-m, --match [glob] Only files that match will be executed
28-
--verbose Verbose mode
24+
-h, --help Output usage information
25+
-w, --watch <glob> A glob to watch, starts a new group
26+
-e, --exec <cmd> Command to execute, eg "echo %s"
27+
-m, --match [glob] Only files that match will be executed
28+
-i, --interval [milliseconds] Interval to pass to fs.watchFile in milliseconds
29+
-d, --debounce [milliseconds] Delay for events called in succession for the same file/event in milliseconds
30+
-m, --mode [auto|watch|poll] Force the watch mode. Either 'auto' (default), 'watch' (force native events), or 'poll' (force stat polling)
31+
-c, --cwd [directory] The current working directory to base file patterns from. Default is process.cwd()
32+
--verbose Verbose mode
2933
```
3034

3135
## CMD format

0 commit comments

Comments
 (0)