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 ```
when trying to copy a none exist folder (or any other error) allow an option to just stop without any error
in other words just copy the folder if it exists