Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
dazaseal
Edit Copy
Star
GitHub Repository:
dazaseal/lunanom
Path:
blob/master/node_modules/optimist/test/_/argv.js
3
4
5
views
1
#!/usr/bin/env node
2
console
.
log
(
JSON
.
stringify
(
process
.
argv
)
)
;
3
4