Merge pull request #243 from abitrolly/patch-1

cli/README.md: Need glob pattern to ignore subdirs
This commit is contained in:
Félix Saparelli 2022-01-25 23:23:51 +13:00 committed by GitHub
commit 94b4dffc02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ Watch all JavaScript, CSS and HTML files in the current directory and all subdir
Call `make test` when any file changes in this directory/subdirectory, except for everything below `target`:
$ watchexec -i target make test
$ watchexec -i "target/**" make test
Call `ls -la` when any file changes in this directory/subdirectory: