| Current Path : /var/www/html/webconsoleold/node_modules/optimist/example/ |
| Current File : /var/www/html/webconsoleold/node_modules/optimist/example/short.js |
#!/usr/bin/env node
var argv = require('optimist').argv;
console.log('(%d,%d)', argv.x, argv.y);