5657585960616263646566
if (!ANSI.isEnabled()) { io.out.println("ANSI is not enabled. The clear command is not functional"); } else { reader.clearScreen(); return SUCCESS; } return SUCCESS; }
5556575859606162636465