dsmiley commented on code in PR #4502:
URL: https://github.com/apache/solr/pull/4502#discussion_r3368524136
##########
solr/core/src/java/org/apache/solr/cli/CLIUtils.java:
##########
@@ -58,6 +58,8 @@ private CLIUtils() {}
public static String YELLOW = "\u001B[33m";
+ public static String RESET = "\u001B[0m";
Review Comment:
what are these codes? I have no clue here
##########
solr/core/src/java/org/apache/solr/cli/CLIUtils.java:
##########
@@ -58,6 +58,8 @@ private CLIUtils() {}
public static String YELLOW = "\u001B[33m";
+ public static String RESET = "\u001B[0m";
Review Comment:
the implication of my question is we need a comment with a URL
--
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]