nconf-lite/test/fixtures/scripts/nconf-argv.js

11 lines
238 B
JavaScript
Raw Normal View History

/*
2015-07-07 20:06:41 +00:00
* default-argv.js: Test fixture for using yargs defaults with nconf.
*
2014-11-26 06:31:48 +00:00
* (C) 2011, Charlie Robbins and the Contributors.
*
*/
2014-11-26 06:31:48 +00:00
var nconf = require('../../../lib/nconf').argv().env();
2015-07-07 20:06:41 +00:00
process.stdout.write(nconf.get('something'));