Part of the function to execute a Command. @param commandName The command to run. @param termArea The JavaFX Label to output to. @param body The body of the command. (Everything originally after the first space) @return true if the Command ran successfully, false otherwise. @author Alliso
(String commandName, Label termArea, String body)
source not stored for this graph (policy: none)
no test coverage detected