addArguments

abstract fun addArguments(arguments: Array<String>): T
abstract fun addArguments(arguments: Iterable<String>): T

Since

5.0