-
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
#758: add status commandlet #770
#758: add status commandlet #770
Conversation
Moved the method postInstall from GlobalToolCommandlet to LocalToolCommandlet and changed the installation message so that the user is not getting confused
Added a status commandlet that lets the user check his ide status
…com/leonrohne27/IDEasy into implement/758-add-status-commandlet
Pull Request Test Coverage Report for Build 12020768307Details
💛 - 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.
Thanks for adding the StatusCommandlet
. I've added some CRs, please resolve.
cli/src/main/java/com/devonfw/tools/ide/commandlet/StatusCommandlet.java
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/commandlet/StatusCommandlet.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/commandlet/StatusCommandlet.java
Outdated
Show resolved
Hide resolved
Co-authored-by: jan-vcapgemini <[email protected]>
added missing Javadoc to StatusCommandlet and updated help output
…com/leonrohne27/IDEasy into implement/758-add-status-commandlet # Conflicts: # cli/src/main/resources/nls/Help_de.properties
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.
Thanks. LGTM. Ready for review.
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. Nice feature showing how simple it can be to bring a helpful new feature to IDEasy. 👍
I left a review comment for discussion. You did nothing wrong here and I did not think of that when writing the story but may be worth to discuss and consider before merging.
CHANGELOG entry was missing and help texts need some rework but already merged. Will do that later. |
Fixes: #758
Implements:
Added a status commandlet that lets the user check his ide-status