jonschlinkert / copy

Copy files using glob patterns. Sync, async, promise or streams. (node.js utility)
MIT License
94 stars 125 forks source link

Pass options through CLI #20

Open dani-beltran opened 7 years ago

dani-beltran commented 7 years ago

I would like to be able to pass options to copy through the CLI. I see it is implemented in the branch cli-cwd, but not in master. Are you planning to merge?

Thanks!