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
/
browserify
/
node_modules
/
subarg
/
example
/
show.js
8
0
5
2
9
views
Tweet
Share
Share
1
var
subarg
=
require
(
'../'
)
;
2
var
argv
=
subarg
(
process
.
argv
.
slice
(
2
)
)
;
3
console
.
log
(
argv
)
;
4
5