setArgs

abstract fun setArgs(args: List<String>): ExecSpec(source)

Sets the arguments for the command to be executed.

Return

this

Since

4.0

Parameters

args

args for the command


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

Sets the arguments for the command to be executed.

Return

this

Parameters

args

args for the command