arg

abstract fun arg(vararg values: String)(source)
abstract fun arg(values: List<String>)(source)

Defines an argument that will be passed to the script that is ran with NPM. This is equivalent to adding parameters after the -- separator.

This function can be called multiple times to add more than one argument.

Parameters

values

An ordered series of arguments to pass to the script.