Skip to content

Commit

Permalink
Update watch --ignored description
Browse files Browse the repository at this point in the history
Co-authored-by: hiroki osame <hiroki.osame@gmail.com>
  • Loading branch information
romanlamsal and privatenumber committed Oct 6, 2022
1 parent c464507 commit bd0927b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/watch/index.ts
Expand Up @@ -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;
Expand Down

0 comments on commit bd0927b

Please sign in to comment.