stillalex commented on code in PR #1957:
URL: https://github.com/apache/solr/pull/1957#discussion_r1336129061
##########
solr/prometheus-exporter/src/java/org/apache/solr/prometheus/exporter/SolrExporter.java:
##########
@@ -242,6 +256,22 @@ public static void main(String[] args) {
.setDefault(ARG_CLUSTER_ID_DEFAULT)
.help(ARG_CLUSTER_ID_HELP);
+ parser
Review Comment:
I used what was there already :( I can take a stab at rewriting this cli
code on top of commons-cli
--
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]