AvianFlu / ncp

Asynchronous recursive file copying with Node.js.
MIT License
680 stars 103 forks source link

silence mode #139

Open its-dibo opened 3 years ago

its-dibo commented 3 years ago

when trying to copy a none exist folder (or any other error) allow an option to just stop without any error

ncp non-existing destination --silent

in other words just copy the folder if it exists

ncp source destination --if-exists