UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

10 lines (8 loc) 218 B
/* * default-argv.js: Test fixture for using optimist defaults with nconf. * * (C) 2011, Nodejitsu Inc. * */ var nconf = require('../../../lib/nconf').argv().env(); process.stdout.write(nconf.get('something'));