From d33d6a8161d2af3dc1cb0bd7d6e253fc7ef7d459 Mon Sep 17 00:00:00 2001 From: Ankurjain1121 Date: Thu, 9 Apr 2026 20:12:01 +0200 Subject: [PATCH] docs: document --follow-watch, --ignore-watch, and --verbose-watch in help text --- help/start.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/help/start.txt b/help/start.txt index 6758c9c3..330da629 100644 --- a/help/start.txt +++ b/help/start.txt @@ -42,6 +42,18 @@ OPTS [env: FASTIFY_WATCH] Watch process.cwd() directory for changes, recursively; when that happens, the process will auto reload. + --follow-watch + [env: FASTIFY_FOLLOW_WATCH] + Specify directory or file to watch for changes (default to process.cwd()) + + --ignore-watch + [env: FASTIFY_IGNORE_WATCH] + Specify directories or files to ignore when watching for changes + + -V, --verbose-watch + [env: FASTIFY_VERBOSE_WATCH] + Print all watch events to the console + -x, --prefix [env: FASTIFY_PREFIX] Set the prefix