Part of the function to execute a Command. @param input 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 Allison Smith (
(String input, Label termArea, String body)
source not stored for this graph (policy: none)
no test coverage detected