Skip to content

Instantly share code, notes, and snippets.

@deleteman
Created March 28, 2019 02:27
Show Gist options
  • Save deleteman/d20ecbd89c8d92e8aa339f2b33f25b61 to your computer and use it in GitHub Desktop.
Save deleteman/d20ecbd89c8d92e8aa339f2b33f25b61 to your computer and use it in GitHub Desktop.
argv reading code
process.argv.forEach( (val, index) => {
console.log(index + ': ' + val);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment