epugh commented on code in PR #4502:
URL: https://github.com/apache/solr/pull/4502#discussion_r3373631823


##########
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:
   When we did the last pass of the CLI, this jumped out at me as something to 
rethink in the future.  Maybe as part of the picocli migration we drop this (or 
double down and embrace it everywhere!).



-- 
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]

Reply via email to