This website requires JavaScript.
Explore
Help
Sign In
suroh
/
work.suroh.tk
Watch
0
Star
0
Fork
You've already forked work.suroh.tk
0
Code
Pull Requests
Actions
Activity
e31f2daf2e
work.suroh.tk
/
node_modules
/
optimist
/
example
/
short.js
4 lines
97 B
JavaScript
Raw
Blame
History
#!/usr/bin/env node
var
argv
=
require
(
'optimist'
)
.
argv
;
console
.
log
(
'(%d,%d)'
,
argv
.
x
,
argv
.
y
)
;
View Git Blame
Copy Permalink