commandLine

open fun commandLine(arguments: Array<Any>): T(source)
open fun commandLine(args: Iterable<out Any>): T(source)

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