This website requires JavaScript.
Explore
Help
Sign In
actions
/
setup-python
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
cfc8b215b2359af7c57e97227c09ac37c344ce52
setup-python
/
node_modules
/
optimist
/
example
/
short.js
T
4 lines
97 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial pass
2019-06-26 21:12:00 -04:00
#!/usr/bin/env node
var
argv
=
require
(
'optimist'
).
argv
;
console
.
log
(
'(%d,%d)'
,
argv
.
x
,
argv
.
y
);
Reference in New Issue
Copy Permalink