nconf-argv.js 240 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 /* * default-argv.js: Test fixture for using optimist defaults with nconf. * * (C) 2011, Charlie Robbins and the Contributors. * */ var nconf = require('../../../lib/nconf').argv().env(); process.stdout.write(nconf.get('something'));