Skip to content

Instantly share code, notes, and snippets.

@azder
Created October 12, 2017 10:17
Show Gist options
  • Save azder/cfb408c76938bc0a5cad8720762981cc to your computer and use it in GitHub Desktop.
Save azder/cfb408c76938bc0a5cad8720762981cc to your computer and use it in GitHub Desktop.
read variable from cli and output it
console.log(process.argv[2]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment