withArguments

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