This is used for the executing of Commands. It runs Commands in a seperate thread. @see Runnable#run() @param termArea This is a JavaFX Label that is being passed to the Command. @param body This is the body of the command (everything after the first space). It can hold arguments or whatever else
(Label termArea, String body, Console console)
source not stored for this graph (policy: none)
no test coverage detected