epugh commented on code in PR #1954: URL: https://github.com/apache/solr/pull/1954#discussion_r1336408616
########## solr/core/src/java/org/apache/solr/cli/DeleteTool.java: ########## @@ -92,7 +94,13 @@ public void runImpl(CommandLine cli) throws Exception { SolrCLI.raiseLogLevelUnlessVerbose(cli); String solrUrl = SolrCLI.normalizeSolrUrl(cli); - try (var solrClient = SolrCLI.getSolrClient(solrUrl)) { + System.out.println("HEre are teh options:"); Review Comment: So, for some reason, for me, I am not getting the `-credentials` parameters in this tool. I wish I had a junit test instead of just bats... This is debugging... -- 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