args

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

Adds arguments for the command to be executed.

Return

this

Parameters

args

args for the command