[
https://issues.apache.org/jira/browse/ARTEMIS-4372?focusedWorklogId=873379&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-873379
]
ASF GitHub Bot logged work on ARTEMIS-4372:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 27/Jul/23 16:54
Start Date: 27/Jul/23 16:54
Worklog Time Spent: 10m
Work Description: gemmellr commented on code in PR #4565:
URL: https://github.com/apache/activemq-artemis/pull/4565#discussion_r1276568011
##########
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/user/UserGroup.java:
##########
@@ -0,0 +1,37 @@
+/*
+ * 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.user;
+
+import org.apache.activemq.artemis.cli.commands.HelpAction;
+import picocli.CommandLine;
+
[email protected](name = "user", description = "file-based user management
(example ./artemis user list)", subcommands = {ListUser.class, AddUser.class,
RemoveUser.class, ResetUser.class})
Review Comment:
These group examples like "(example ./artemis user list)" show up in the
shell help output, where it is actually _not_ what should be done. Not sure if
it could cater to shell vs not-shell usage mode, but might be nice if it was
possible.
Issue Time Tracking
-------------------
Worklog Id: (was: 873379)
Time Spent: 1h 40m (was: 1.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: 1h 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)