escort icon indicating copy to clipboard operation
escort copied to clipboard

Is it possible to create a loop for input?

Open mainrs opened this issue 9 years ago • 0 comments

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.

mainrs avatar Jul 18 '16 11:07 mainrs