Summary: I tried to clear the shell menu. However, the problem crashed Steps to Reproduce: Step 1: Type "clear" command Step 2: Press Enter key to clear Actual Results: The program showed the error message and crashed. Expected Results: The program will clear the command line screen.
Sorry for letting you to encounter this problem. It seems that the program use "cmd /c cls" to clear the screen while Mac OS does not support. The problem is solved by changing to ANSI escape if the user is using Mac OS system. Please try the system again.