Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
Edit Copy
Download
Star
Summer of Sage Days 2015: San Diego (sd64.25), etc.
react
/
wstein
/
node_modules
/
jest-cli
/
node_modules
/
optimist
/
test
/
_
/
argv.js
8
0
6
7
6
views
Tweet
Share
Share
1
#!/usr/bin/env node
2
console
.
log
(
JSON
.
stringify
(
process
.
argv
)
)
;
3
4