commandLine

abstract fun commandLine(args: Array<Any>): ExecSpec(source)
abstract fun commandLine(args: Iterable<out Any>): ExecSpec(source)

Sets the full command line, including the executable to be executed plus its arguments.

Return

this

Parameters

args

the command plus the args to be executed