process - Node.js Manual & Documentation
march 2011 by sweeney
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
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.
march 2011 by sweeney