clebertsuconic commented on code in PR #5132: URL: https://github.com/apache/activemq-artemis/pull/5132#discussion_r1705828607
########## 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: Ouch... thanks... I was testing effectiveness of Hide on the Shell versus Linux auto-complete.. and I ended up committing it ... thanks! -- 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
