From bd0927b91db76ca8f0958d7a4da32dc7151a318e Mon Sep 17 00:00:00 2001 From: Roman Lamsal Date: Thu, 6 Oct 2022 09:54:59 +0200 Subject: [PATCH] Update `watch --ignored` description Co-authored-by: hiroki osame --- src/watch/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/watch/index.ts b/src/watch/index.ts index a19c6e87..33e101d1 100644 --- a/src/watch/index.ts +++ b/src/watch/index.ts @@ -29,7 +29,7 @@ const flags = { }, ignored: { type: [String], - description: 'Defines files/paths to be ignored', + description: 'Paths & globs to exclude from being watched', default: [], }, } as const;