AvianFlu / ncp

Asynchronous recursive file copying with Node.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filter does not work in CLI

jackofsometrade opened this issue · comments

example:

ncp ./src/templates ./dist/src/templates --filter="^.*\.(ejs)$"

Should recursively copy only .ejs files in ./src/templates and it's subfolders, but actually does nothing.