jonschlinkert / copy

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

Added posibility of passing options through CLI #19

Closed dani-beltran closed 7 years ago

dani-beltran commented 7 years ago

I needed to use copy in CLI to copy a file, but I needed to use the flatten option. It wasn't possible in CLI, so I created a way to use options prefixed with --.

I am quite new doing pull requests to open source projects, so if I did anything wrong let me know and I'll fixed.

Thanks for creating this library!

dani-beltran commented 7 years ago

I see you already created the functionality in the branch cli-cwd. Why is not merged in master?