github-pages-deploy-action/node_modules/rc/cli.js
2019-11-19 07:48:29 -05:00

5 lines
109 B
JavaScript
Executable File

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