This website requires JavaScript.
Explore
Help
Sign In
thang
/
notes
Watch
1
Star
0
Fork
0
mirror of
https://github.com/thangisme/notes.git
synced
2026-07-27 16:03:50 -04:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
d60338910b4687f9197609fc840cb33835a22474
notes
/
node_modules
/
minimist
/
example
/
parse.js
T
3 lines
69 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial commit
2017-03-09 13:16:08 -05:00
var
argv
=
require
(
'../'
)(
process
.
argv
.
slice
(
2
));
console
.
dir
(
argv
);
Reference in New Issue
Copy Permalink