index
:
Website Creator
main
Node+React+MongoDB App to help create and maintain websites (WIP)
summary
refs
log
tree
commit
diff
stats
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
);