env.js 106 B

1234
  1. var parseArgs = require('minimist');
  2. var argv = parseArgs(process.argv.slice(2));
  3. module.exports = argv;