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

Method runCommand

src/main/java/exitcode/Console.java:207–219  ·  view source on GitHub ↗

"Simply" runs a command. Yep. @param input The command String to parse and run. i.e: "echo Hello world!" @param ps1 The ps1 to be inserted when outputting to the console. i.e: "root@system:~# " @param termArea (Ohh, boy!) A JavaFX label to output to. This serves as the Terminal "log" per-sa

(String input, String ps1, Label termArea)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

formatCommandMethod · 0.95
printTextMethod · 0.95
checkCommandMethod · 0.95
exeCommandMethod · 0.95
getMethod · 0.80

Tested by

no test coverage detected