-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keep directory structure using the flattened mode #36
Keep directory structure using the flattened mode #36
Conversation
@mario-d-s @vladshcherbin Check it and let me know if you need to know something or if I have to change anything. |
Codecov Report
@@ Coverage Diff @@
## master #36 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 1 1
Lines 36 37 +1
Branches 12 13 +1
=====================================
+ Hits 36 37 +1
Continue to review full report at Codecov.
|
+1 this is a very useful feature to have |
@vladshcherbin anything wrong with this? This is really helpful. +1 |
@hrodriguez758 Thank you ❤️ I've slightly updated it and released in 3.2.0. Please test in your projects to see if it's working as expected. |
@vladshcherbin it looks like it's removing the first part of the directory structure, for example if I copy a file |
@LarsDenBakker That happened because the code takes the first folder as the root source |
That seems like a bug to me, the option advertises to keep the directory structure when it is actually not. I am copying from multiple directories, so now I need to split up my glob and manually prefix each directory. |
The merge request solve the issue #32