Static
Readonly
argv should already have the node binary and script path stripped, e.g. process.argv.slice(2).
argv
process.argv.slice(2)
argvshould already have the node binary and script path stripped, e.g.process.argv.slice(2).