-
Notifications
You must be signed in to change notification settings - Fork 23
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
#415: log command before sudo pw #732
#415: log command before sudo pw #732
Conversation
Added a method that will inform the user for what process he will need to enter his root-password
Pull Request Test Coverage Report for Build 11782731350Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@leonrohne27 thanks for your PR. Your solution should already work slightly 👍
However, I left some comments for improvement since you are logging too much information what will confuse or mislead the user.
Since I am sure, you will rework this easily, I already approve so if the review comments are resolved, we can merge this.
cli/src/main/java/com/devonfw/tools/ide/tool/GlobalToolCommandlet.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/tool/GlobalToolCommandlet.java
Outdated
Show resolved
Hide resolved
Changed logPackageManagerCommands so that it only prints out the output for the single PackageManagerCommand that will be executed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@leonrohne27 thanks for your rework. Now perfect 👍
Ready for merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry - I just wanted to merge but checked the story again and found that you missed an explicit requirement given in #415. Please update so we can merge.
Fixes: #415
implements: