api / org.gradle.api.tasks / AbstractExecTask / commandLine

commandLine

open fun commandLine(vararg arguments: Any): T

Overrides ExecSpec.commandLine


open fun commandLine(args: MutableIterable<*>): T

Overrides ExecSpec.commandLine

{@inheritDoc}