setArgs

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

Sets the arguments for the command to be executed.

Return

this

Parameters

args

args for the command