Commit 1f5cba9e authored by Dave Syer's avatar Dave Syer

Clear prompt before clearing screen

Fixes gh-219
parent fa8e4768
......@@ -131,6 +131,7 @@ public class ShellCommand extends AbstractCommand {
}
if ("clear".equals(line.trim())) {
consoleReader.setPrompt(null);
consoleReader.clearScreen();
continue;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment