This website requires JavaScript.
Explore
Help
Sign In
LibreCCM
/
libreccm-legacy
Watch
3
Star
0
Fork
You've already forked libreccm-legacy
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
a212bb7b37
libreccm-legacy
/
trunk-images
/
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
)
;
Reference in New Issue
View Git Blame
Copy Permalink