mysticatea / cpx

A cli tool to watch and copy file globs.
MIT License
524 stars 36 forks source link

Braces expansion glob for directory copies directories instead of files #30

Closed gwagener closed 7 years ago

gwagener commented 7 years ago

I tried the following

cpx {a,b}/* c/

expecting all the files from inside a/ and b/ to be copied into c/. Instead I ended up with c/a/ and c/b/.

I'm not sure if this is a bug or my expectations are wrong.

mysticatea commented 7 years ago

I'm sorry that I overlooked notifications.

This is intentional. This tool copies files as keeping the path from the common parent directory.