File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ npm install native-copyfiles -D
3434 -E, --error throw error if nothing is copied [boolean]
3535 -V, --verbose print more information to console [boolean]
3636 -F, --follow follow symbolic links [boolean]
37+ -s, --stat show statistics after execution (time + file count) [boolean]
3738 -v, --version show version number [boolean]
3839 -h, --help show help [boolean]
3940` ` `
@@ -202,6 +203,7 @@ and finally the third and last argument is a callback function which is executed
202203 all: bool, // include dot files
203204 follow: bool, // follow symlinked directories when expanding ** patterns
204205 error: bool // raise errors if no files copied
206+ stat: bool // show statistics after execution (time + file count)
205207 rename: (src, dest) => string; // callback to transform the destination filename(s)
206208}
207- ` ` `
209+ ` ` `
You can’t perform that action at this time.
0 commit comments