kinta-lib / com.dailymotion.kinta.integration.commandline / CommandLine / execute
execute
fun execute(workingDir:
File
= projectDir, command:
String
):
Int
Execute the given process
Parameters
commandLine
- the commandline. It is expected that all arguments in commandline
do not contain spaces. If they do, use @executefun execute(workingDir:
File
= projectDir, vararg args:
String
):
Int