-
-
Notifications
You must be signed in to change notification settings - Fork 429
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
Add console commands to manage add-ons #4057
Conversation
Signed-off-by: Jan N. Klug <github@klug.nrw>
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 - just a few typos to fix.
...c/main/java/org/openhab/core/io/console/internal/extension/AddonConsoleCommandExtension.java
Outdated
Show resolved
Hide resolved
...c/main/java/org/openhab/core/io/console/internal/extension/AddonConsoleCommandExtension.java
Outdated
Show resolved
Hide resolved
...c/main/java/org/openhab/core/io/console/internal/extension/AddonConsoleCommandExtension.java
Outdated
Show resolved
Hide resolved
|
||
@Override | ||
public List<String> getUsages() { | ||
return List.of(buildCommandUsage(SUBCMD_SERVICES, "list all available add-on services"), |
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.
return List.of(buildCommandUsage(SUBCMD_SERVICES, "list all available add-on services"), | |
return List.of(buildCommandUsage(SUBCMD_SERVICES, "lists all available add-on services"), |
...c/main/java/org/openhab/core/io/console/internal/extension/AddonConsoleCommandExtension.java
Outdated
Show resolved
Hide resolved
...c/main/java/org/openhab/core/io/console/internal/extension/AddonConsoleCommandExtension.java
Outdated
Show resolved
Hide resolved
…core/io/console/internal/extension/AddonConsoleCommandExtension.java Co-authored-by: Kai Kreuzer <kai@openhab.org> Signed-off-by: J-N-K <github@klug.nrw>
Co-authored-by: Kai Kreuzer <kai@openhab.org> Signed-off-by: J-N-K <github@klug.nrw>
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!
as implemented in openhab/openhab-core#4057 .
as implemented in openhab/openhab-core#4057 .
as implemented in openhab/openhab-core#4057 .
as implemented in openhab/openhab-core#4057 .
Closes #4053