Open sndrs opened 2 years ago
That does indeed look like a bug.
// @Idered
Possibly related, there seems to be a difference between windows/nix when cpy-cli reuses cpy that is similar in expression to this bug. That is, when globs are used, on nix the output includes the directory (like src
above) unless the --flat
flag is used. On windows, no --flat
is necessary to prevent it.
given the following file structure:
running the following with
9.0.1
:creates:
Apologies if I misunderstood, but is this expected?
I would expect both globs to create the same out structure.
example here: https://replit.com/join/obiaxjzgca-sndrs