This website requires JavaScript.
Explore
Help
Register
Sign In
sascha
/
cs50
Watch
1
Star
0
Fork
You've already forked cs50
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
63437b8d9c
cs50
/
node_modules
/
minimist
/
example
/
parse.js
5 lines
84 B
JavaScript
Raw
Blame
History
'use strict'
;
var
argv
=
require
(
'../'
)
(
process
.
argv
.
slice
(
2
)
)
;
console
.
log
(
argv
)
;
Reference in New Issue
View Git Blame
Copy Permalink