[ 
https://issues.apache.org/jira/browse/ARTEMIS-4372?focusedWorklogId=873525&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-873525
 ]

ASF GitHub Bot logged work on ARTEMIS-4372:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 28/Jul/23 11:54
            Start Date: 28/Jul/23 11:54
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic commented on code in PR #4565:
URL: https://github.com/apache/activemq-artemis/pull/4565#discussion_r1277454004


##########
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/ActionAbstract.java:
##########
@@ -205,6 +205,20 @@ the ARTEMIS_HOME variable will include back slashes (An 
invalid file URI charact
       return brokerHome;
    }
 
+   @Override
+   public void run() {
+      try {
+         execute(getActionContext());
+      } catch (Throwable e) {
+         e.printStackTrace();

Review Comment:
   the Shell will only call the Runnable. So this to interface back to the 
execute method.





Issue Time Tracking
-------------------

    Worklog Id:     (was: 873525)
    Time Spent: 3h 40m  (was: 3.5h)

> Move CLI framework to picocli and implement auto-complete
> ---------------------------------------------------------
>
>                 Key: ARTEMIS-4372
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4372
>             Project: ActiveMQ Artemis
>          Issue Type: New Feature
>            Reporter: Clebert Suconic
>            Assignee: Clebert Suconic
>            Priority: Major
>             Fix For: 2.31.0
>
>          Time Spent: 3h 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to