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


##########
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:
   Agree. I'm also sure there exists a java library for TUI (Terminal User 
Interface) hanlding, if we want to properlty handle color, user input etc.
   
   But I think perhaps we instead should stick to plain ASCII output as you 
say... Let's remember to cycle back to this..



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