Open binarweb opened 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.
cpy-cli
exit(0)
Example:
npx cpy "./resources/fonts/*.*" "./public/fonts" --concurrency=20
As the title implies, if the source folder doesn't exist, the
cpy-cli
doesn't complain/raise errors and does anexit(0)
too.Example: