gemmellr commented on code in PR #5132: URL: https://github.com/apache/activemq-artemis/pull/5132#discussion_r1705795086
########## artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Run.java: ########## @@ -45,7 +43,7 @@ import picocli.CommandLine.Command; import picocli.CommandLine.Option; -@Command(name = "run", description = "Run the broker.") +@Command(name = "run", description = "Run the broker.", hidden = true) Review Comment: If you are just removing run from the shell use case for now, shouldn't this hidden=true be omitted? Otherwise wont this annotation still take effect for the regular non-shell case? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
