sindresorhus/cpy-cli
















Do you want to work on this issue?
You can request for a bounty in order to promote it!
Cannot simply copy an entire folder #10
MoOx posted onGitHub
I am getting errors for all folder with this command
cpy test/dist somewhere
Cannot glob `test/dist/folder, test/dist/folder-2`: EISDIR: illegal operation on a directory, read
I tried
cpy test/dist/**/* somewhere
but same result.
I understand why there is an error, but it's pretty weird to not be able to ignore folder, I would have make this the default behavior.