51930b0d249f77cf0105e45da8e6731a5a3bf71a.svn-base 162 Bytes Raw Blame History Permalink 1 2 3 4 5 6 #!/usr/bin/env node var cli = require('cli').enable('glob'); //Running `./glob.js *.js` will output a list of .js files in this directory console.log(cli.args);