cli/README.md: Need glob pattern to ignore subdirs

This commit is contained in:
Anatoli Babenia 2022-01-25 13:21:41 +03:00 committed by GitHub
parent 5bdd87dbf6
commit 8c8cdf8e82
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: