kinta-lib / com.dailymotion.kinta.integration.commandline / CommandLine
CommandLine
object CommandLine
Functions
| Name | Summary |
|---|---|
| executeOrFail | fun executeOrFail(workingDir:File= File("."), command:String):Unitfun executeOrFail(workingDir:File= File("."), vararg args:String):Unit |
| exitCode | Execute the given processfun exitCode(workingDir:File= File("."), command:String):Intfun exitCode(workingDir:File= File("."), vararg args:String):Int |
| output | fun output(workingDir:File= File("."), command:String):Stringfun output(workingDir:File= File("."), vararg args:String):String |