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