Closed apiraino closed 5 years ago
It's sort-of a feature. We use a simple glob()
that does a shallow directory scan.
ok, I think that makes sense. The other way around would require more thought (f.e. someone may want a recursive scan but with exceptions).
Hey,
first of all, thanks for this very useful cargo extension! :+1:
Now, something I don't fully understand. I would like to copy all migrations:
This does not copy recursively:
This works:
bug or feature? :-)
Thanks!