-
-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: a new
xo
command added to CLI to perform extraction while ove…
…rwriting duplicates and preserving the original folder structure (#212) * Added the ability to remove duplicate files using the xo parameter * Added test methods and expected results files for overwrite extraction while maintaining folder structure * Improved the logic for deleting duplicate files * Moved ExtractionMode file from CLI project to Core project * updated extraction logic to match new duplicate files design * Updated test files to match the new order of the new duplicate files design * Amended the code according to Codecy comment about optional param * change default extraction name to "Default" instead of "None" for better description and readability * chore: suggested simplification proposal * Fixed code typos in getExtractionMode method * Fixed Codecy code comment --------- Co-authored-by: Scott Willeke <scott@willeke.com>
- Loading branch information
1 parent
c3b568b
commit c5944b4
Showing
12 changed files
with
805 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.