Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aramk authored and calvinmetcalf committed Oct 1, 2019
1 parent 71a64c8 commit 0a93064
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ npm install copyfiles -g

Options:
-u, --up slice a path off the bottom of the paths [number]
-a, --all include files & directories begining with a dot (.) [boolean]
-f, --flat flatten the output [boolean]
-a, --all include files & directories begining with a dot (.) [boolean]
-f, --flat flatten the output [boolean]
-e, --exclude pattern or glob to exclude (may be passed multiple times)
-E, --error throw error if nothing is copied [boolean]
-V, --verbose print more information to console [boolean]
-s, --soft do not overwrite destination files if they exist [boolean]
-v, --version Show version number [boolean]
-h, --help Show help [boolean]
-E, --error throw error if nothing is copied [boolean]
-V, --verbose print more information to console [boolean]
-s, --soft do not overwrite destination files if they exist [boolean]
-v, --version Show version number [boolean]
-h, --help Show help [boolean]
```
copy some files, give it a bunch of arguments, (which can include globs), the last one
Expand Down

0 comments on commit 0a93064

Please sign in to comment.