janhoy commented on code in PR #4271: URL: https://github.com/apache/solr/pull/4271#discussion_r3248427260
########## solr/core/src/java/org/apache/solr/cli/StartCommand.java: ########## @@ -19,7 +19,20 @@ import java.util.concurrent.Callable; import picocli.CommandLine; [email protected](name = "start", description = "Starts Solr in standalone or SolrCloud mode.") [email protected]( + name = "start", + description = "Starts Solr in standalone or SolrCloud mode.", Review Comment: Will fix in followup commit to feature branch. I also caught a bug in the last example, where Claude had constructed this impossible command: ```bash # Start in standalone mode with an external ZooKeeper bin/solr start --user-managed -z localhost:2181/solr ``` HAHA - user managed with zookeeper 🤣 -- 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]
