I would like to have have a loop that gets the input and passes them to my app to validate and execute the command typed in from the user. After the command is executed, the app should read the next command from the command line. Is this somehow possible with your framework? There doesn't seem to be a start or pass method for input, the app starts automatically.