api / org.gradle.process / ExecSpec / args

args

abstract fun args(vararg args: Any): ExecSpec
abstract fun args(args: MutableIterable<*>): ExecSpec

Adds arguments for the command to be executed.

Parameters

args - args for the command

Return
this