malliaridis commented on code in PR #2725: URL: https://github.com/apache/solr/pull/2725#discussion_r1828214894
########## solr/core/src/java/org/apache/solr/cli/ApiTool.java: ########## @@ -36,6 +36,16 @@ * <p>Used to send an arbitrary HTTP request to a Solr API endpoint. */ public class ApiTool extends ToolBase { + + private static final Option SOLR_URL_OPTION = + Option.builder() Review Comment: We should probably add the `-s` option here. -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org