Package io.github.kelvindev15.utils
Object CLI
-
- All Implemented Interfaces:
public class CLIRepresents a command line interface.
-
-
Method Summary
Modifier and Type Method Description final StringrunCommand(String command)Runs a command and returns the output. -
-
Method Detail
-
runCommand
final String runCommand(String command)
Runs a command and returns the output.
-
-
-
-