sindresorhus / cpy-cli

Copy files
MIT License
345 stars 33 forks source link

No errors on missing source #38

Open binarweb opened 2 years ago

binarweb commented 2 years ago

As the title implies, if the source folder doesn't exist, the cpy-cli doesn't complain/raise errors and does an exit(0) too.

Example:

npx cpy "./resources/fonts/*.*" "./public/fonts" --concurrency=20