sweeney + arguments   1

process - Node.js Manual & Documentation
process.argv

An array containing the command line arguments. The first element will be 'node', the second element will be the name of the JavaScript file. The next elements will be any additional command line arguments.
node  arguments  cli 
march 2011 by sweeney

related tags

arguments  cli  node 

Copy this bookmark:



description:


tags: