a23aa7d
1
2
3
4
5
#! /usr/bin/env node var rc = require('./index') console.log(JSON.stringify(rc(process.argv[2]), false, 2))