Skip to content

Commit fb17fdc

Browse files
authored
docs: add missing --stat flag in docs
1 parent 6e476e0 commit fb17fdc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
```

0 commit comments

Comments
 (0)