From c87c08db454684cf8ee0c46e2ae9dec13ffccb94 Mon Sep 17 00:00:00 2001 From: John Roberts Date: Wed, 31 Oct 2012 12:21:19 -0700 Subject: [PATCH] Updated README.md with latest command line options. --- README.md | 10 +++++++++- package.json | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20afdf1..be345d0 100644 --- a/README.md +++ b/README.md @@ -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 + A comma-delimited list of folders to ignore for changes. + No default + + -p|--poll-interval + How often to poll watched files for changes. + Defaults to Node default. + -e|--extensions Specific file extensions to watch in addition to defaults. Used when --watch option includes folders @@ -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 + -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. diff --git a/package.json b/package.json index f8bfb9c..95456cb 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ , "Ian Young " , "jazzzz " , "rma4ok " + , "aomega