#2219: Add UnpackCommandlet for extracting already supported archieve Formats - #2334
Open
majesteSil wants to merge 12 commits into
Open
#2219: Add UnpackCommandlet for extracting already supported archieve Formats #2334majesteSil wants to merge 12 commits into
majesteSil wants to merge 12 commits into
Conversation
…operties and Help_de.properties
…mmandlet' into feature/issue-2219-add-unpack-commandlet
Collaborator
Coverage Report for CI Build 32234782367Coverage increased (+0.1%) to 73.032%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions8 previously-covered lines in 2 files lost coverage.
Coverage Stats💛 - Coveralls |
samuelkos17
suggested changes
Aug 17, 2026
Contributor
There was a problem hiding this comment.
Great work on adding an unpack commandlet to IDEasy! I've tested the unpacking and it works, however the target parameter is not working. So I still have a few suggestions, mainly concerning the target parameter not working and wrong descriptions.
Also your commits have an inconsistent link to the issue (some falsely point to #2298). This should be fixed aswell.
…mmandlet' into feature/issue-2219-add-unpack-commandlet
…itional target argument
samuelkos17
suggested changes
Aug 19, 2026
samuelkos17
left a comment
Contributor
There was a problem hiding this comment.
Thanks for adding the E2E test for CLI parsing, it looks good to me! I still have a few minor style suggestions, when they're addressed this can be moved to In Review 😄
samuelkos17
approved these changes
Aug 19, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes #2219
Adds a new "unpack" commandlet that extracts archive files into a target directory. The commandlet supports ZIP, TAR, TAR.GZ, TAR.BZ2, 7Z, JAR (cross-platform) and notes platform-specific formats like MSI/DMG/PKG. The commandlet is registered in the commandlet manager and covered by unit tests.
Implemented changes:
Testing instructions
Please add conscise, understandable instructions on how a reviewer can test/verify the functionality of your contribution here:
Checklist for this PR
Make sure everything is checked before merging this PR. For further info please also see
our DoD.
mvn clean testlocally all tests pass and build is successful#«issue-id»: «brief summary»(e.g.#921: fixed setup.batand notfeature/921 fixed setup.bat). If no issue ID exists, title only.In Progressand assigned to you or there is no issue (might happen for very small PRs)with
internalpom.xmlfiles or otherwise if runtime dependencies changed, you have updated our LICENSE.asciidoc