commandLine

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

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