AvianFlu / ncp

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

There is no `--dereference` option #121

Open maxbucknell opened 7 years ago

maxbucknell commented 7 years ago

It is not possible to copy a directory and follow symlinks using only the command line, it's necessary to write a wrapper.

Is this option something that would be welcomed?