Built with by Code with Corgis πΆ
Donate click here β
// returns an array of command line arguments console.log(process.argv); // arguments passed from the command line are accessed by index // console.log(process.argv[2]);