We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc7caf commit b451702Copy full SHA for b451702
README.md
@@ -99,13 +99,13 @@ does.
99
100
You could quote globstars as a part of input:
101
```bash
102
-copyfiles some.json "./some_folder/*.json" ./dist/ && echo 'JSON files copied.'
+copyfiles some.json "./some_folder/*.json" "./dist/" && echo 'JSON files copied.'
103
```
104
105
You can use the `-e` option to exclude some files from the pattern, so to exclude all files ending in `".test.js"` you could do
106
107
108
-copyfiles "**/*.test.js" -f ./foo/**/*.js out -e
+copyfiles "**/*.test.js" -f "./foo/**/*.js" out -e
109
110
111
> [!NOTE]
0 commit comments