Matjaz Mesnjak da65f00f6c Initial commit.
2017-09-20 23:19:33 +02:00

11 lines
238 B
JavaScript

/*
* default-argv.js: Test fixture for using yargs defaults with nconf.
*
* (C) 2011, Charlie Robbins and the Contributors.
*
*/
var nconf = require('../../../lib/nconf').argv().env();
process.stdout.write(nconf.get('something'));