ConsoleModule
When activated, the ConsoleModule reads terminal input and sends the input as a command to the OperationModule for execution. The returned response is printed to the terminal.
The activate() method must be called to activate the console.
The ConsoleModule adds a few default commands:
– save
– shutdown <save-first>
– load-module <module-class>