1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-26 01:26:47 +00:00
notes/node_modules/yargs/example/short.js

4 lines
94 B
JavaScript
Raw Normal View History

2017-03-09 18:16:08 +00:00
#!/usr/bin/env node
var argv = require('yargs').argv;
console.log('(%d,%d)', argv.x, argv.y);