Skip to content

Commit

Permalink
Updated README.md with latest command line options.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Roberts authored and iangreenleaf committed Nov 13, 2012
1 parent d7eef29 commit c87c08d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -26,6 +26,14 @@ clean up all the inter-module references, and without a whole new
When a change to a js file occurs, reload the program
Default is '.'

-i|--ignore <ignoreItems>
A comma-delimited list of folders to ignore for changes.
No default

-p|--poll-interval <milliseconds>
How often to poll watched files for changes.
Defaults to Node default.

-e|--extensions <extensions>
Specific file extensions to watch in addition to defaults.
Used when --watch option includes folders
Expand All @@ -41,7 +49,7 @@ clean up all the inter-module references, and without a whole new
--debug-brk
Start node with --debug-brk flag.

-n|--no-restart-on <error|exit>
-n|--no-restart-on error|exit
Don't automatically restart the supervised program if it ends.
Supervisor will wait for a change in the source files.
If "error", an exit code of 0 will still restart.
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -19,6 +19,7 @@
, "Ian Young <ian.greenleaf@gmail.com>"
, "jazzzz <jazzzz@gmail.com>"
, "rma4ok <rma4ok@gmail.com>"
, "aomega <alfred.omega@gmail.com"
]
, "repository":
{ "type": "git"
Expand Down

0 comments on commit c87c08d

Please sign in to comment.