stillalex commented on code in PR #1954:
URL: https://github.com/apache/solr/pull/1954#discussion_r1341987000
##########
solr/core/src/java/org/apache/solr/cli/AssertTool.java:
##########
@@ -123,6 +123,14 @@ public List<Option> getOptions() {
Option.builder("e")
.desc("Return an exit code instead of printing error message on
assert fail.")
.longOpt("exitcode")
+ .build(),
+ // u was taken, can we change that instead?
+ Option.builder("credentials")
Review Comment:
excuse the possibly dumb question. why is SolrCLI.OPTION_CREDENTIALS not
available to use 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: [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]