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