ProgrammingNode.jsCommandline arguments in Node.jsPassing and accessing commandline arguments in Node.js process.argv will deliver 0: the interpreter, i.e. `node`1: the script2: arg13: arg2... etc