Tizen 2.0 Release
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / grunt / node_modules / jshint / node_modules / cli / examples / glob.js
1 #!/usr/bin/env node
2
3 var cli = require('cli').enable('glob');
4
5 //Running `./glob.js *.js` will output a list of .js files in this directory
6 console.log(cli.args);