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 894d29e commit 47febe2Copy full SHA for 47febe2
3 files changed
README.md
@@ -33,7 +33,7 @@ npm install native-copyfiles -g
33
-e, --exclude pattern or glob to exclude (may be passed multiple times) [string|string[]]
34
-E, --error throw error if nothing is copied [boolean]
35
-V, --verbose print more information to console [boolean]
36
- -F, --follow follow symbolink links [boolean]
+ -F, --follow follow symbolic links [boolean]
37
-v, --version Show version number [boolean]
38
-h, --help Show help [boolean]
39
```
@@ -102,7 +102,7 @@ copyfiles "**/*.test.js" -f ./foo/**/*.js out -e
102
Other options include
103
104
- `-a` or `--all` which includes files that start with a dot.
105
-- `-F` or `--follow` which follows symbolinks
+- `-F` or `--follow` which follows symbolic links
106
107
### JavaScript API
108
0 commit comments