Plato on Github
Report Home
node_modules/cli/examples/glob.js
Maintainability
83.59
Lines of code
4
Difficulty
2.25
Estimated Errors
0.02
Function weight
By Complexity
By SLOC
//#!/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);