MCPcopy Index your code
hub / github.com/TheCyaniteProject/exit_code_java / exeCommand

Method exeCommand

src/main/java/exitcode/Console.java:233–237  ·  view source on GitHub ↗

Executes the Command. First, checks if exePrivate() was able to run the command. If not, then runs exeGlobal(). This way, private commands overwrite global commands but private commands only exist in a single Console instance. @param input The command to run. @param termArea The JavaFX Label to

(String input, Label termArea, String body)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

runCommandMethod · 0.95

Calls 2

exePrivateMethod · 0.95
exeGlobalMethod · 0.95

Tested by

no test coverage detected