index
:
uppity
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_modules
/
minimist
/
example
/
parse.js
blob: f7c8d49807f32ed39fef5e3369518eb670735187 (
plain
) (
blame
)
1
2
var
argv
=
require
(
'../'
)(
process
.
argv
.
slice
(
2
));
console
.
log
(
argv
);