catch (IllegalArgumentException iae) {
exampleConsole.pushToStdOut(iae.getMessage());
}
}
if(line.startsWith("choice")) {
choice.attach(consoleOutput);
}
if(line.trim().startsWith("less")) {
//is it getting input from pipe
if(consoleOutput.getStdOut() != null &&
consoleOutput.getStdOut().length() > 0) {