cli.js 109 Bytes Raw Blame History Permalink 1 2 3 4 #! /usr/bin/env node var rc = require('./index') console.log(JSON.stringify(rc(process.argv[2]), false, 2))