[
https://issues.apache.org/jira/browse/ARTEMIS-4372?focusedWorklogId=872645&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-872645
]
ASF GitHub Bot logged work on ARTEMIS-4372:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 24/Jul/23 17:58
Start Date: 24/Jul/23 17:58
Worklog Time Spent: 10m
Work Description: jbertram commented on code in PR #4565:
URL: https://github.com/apache/activemq-artemis/pull/4565#discussion_r1272579649
##########
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/AutoCompletion.java:
##########
@@ -0,0 +1,49 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.activemq.artemis.cli.commands;
+
+import java.io.File;
+
+import picocli.AutoComplete;
+import picocli.CommandLine;
+
[email protected](name = "auto-complete", description = "Generates the auto
complete helper file")
+public class AutoCompletion implements Runnable {
+
+ public AutoCompletion(CommandLine parent) {
+ this.parent = parent;
+ }
+
+ CommandLine parent;
+
+ @CommandLine.Parameters (description = "The script that will be used to
invoke check-leak")
Review Comment:
Reference to "check-leak" here seems wrong.
Issue Time Tracking
-------------------
Worklog Id: (was: 872645)
Time Spent: 20m (was: 10m)
> 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: 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)