Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ npm install native-copyfiles -g
-e, --exclude pattern or glob to exclude (may be passed multiple times) [string|string[]]
-E, --error throw error if nothing is copied [boolean]
-V, --verbose print more information to console [boolean]
-F, --follow follow symbolink links [boolean]
-F, --follow follow symbolic links [boolean]
-v, --version Show version number [boolean]
-h, --help Show help [boolean]
```
Expand Down Expand Up @@ -102,7 +102,7 @@ copyfiles "**/*.test.js" -f ./foo/**/*.js out -e
Other options include

- `-a` or `--all` which includes files that start with a dot.
- `-F` or `--follow` which follows symbolinks
- `-F` or `--follow` which follows symbolic links

### JavaScript API

Expand Down
Loading