var minimist = require('minimist'); var opts = minimist(process.argv); module.exports = function(state, action) { return opts; };