From 005eaf39e854c7af9082e63e9df884ad840819c8 Mon Sep 17 00:00:00 2001 From: Benjamin Radovsky Date: Sat, 22 Jul 2017 09:55:08 +1000 Subject: [PATCH] updated README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 246df8a..4fca41b 100644 --- a/README.md +++ b/README.md @@ -125,10 +125,12 @@ Usage of watcher: watch dot files (default true) -interval string watcher poll interval (default "100ms") - -list - list watched files on start (default false) + -keepalive + keep alive when a cmd returns code != 0 + -list + list watched files on start -pipe - pipe event's info to command's stdin (default false) + pipe event's info to command's stdin -recursive watch folders recursively (default true) ```