buildCmd

fun buildCmd(lang: CmdLang, outputHandler: CmdOutputHandler, configure: CmdBuilder.() -> Unit): CmdBuilder

Builder method for CmdBuilder.

Parameters

lang

the language the command script is written in.

outputHandler

handler of command outputs under lang.

configure

lambda containing actions to take to build the command wanted.