kinta-lib / com.dailymotion.kinta.integration.commandline / CommandLine / exitCode
exitCode
fun exitCode(workingDir:
File
= File("."), command:
String
):
Int
Execute the given process
Parameters
commandLine
- the commandline. The parser used to tokenize commandLine
is very basic.
If your arguments contains spaces, use @executefun exitCode(workingDir:
File
= File("."), vararg args:
String
):
Int