commandLineInputHandler.printOptions();
String input = commandLineInputHandler.readInput();
System.out.println("-----> " + CharUtils.toChar(input, DEFAULT_INPUT));
command = CharUtils.toChar(input, DEFAULT_INPUT);
CommandLineInput commandLineInput = CommandLineInput.getCommandLineInputForInput(command);
commandLineInputHandler.processInput(commandLineInput);
}
}
}