FYI ANSI_RESET has no effect.
System.out.println(ANSI_RED + "This text should be red!" +
ANSI_RESET);
System.out.println("Hello World!”);
Hello World! Is white with / without ANSI_RESET.
FYI ANSI_RESET has no effect.
System.out.println(ANSI_RED + "This text should be red!" +
ANSI_RESET);
System.out.println("Hello World!”);
Hello World! Is white with / without ANSI_RESET.