argv

abstract val argv: Array<String>

Process Arguments

Access the command-line arguments of the current process.

See also: Node Process API: argv.