Comparing version 1.7.0 to 1.7.1
@@ -102,6 +102,6 @@ 'use strict'; | ||
key: 'args', | ||
value: function args(save) { | ||
value: function args() { | ||
process.argv.slice(2).forEach(function (val) { | ||
val = val.slice(2).split('='); // Gets us ['db:host', 'localhost'] from '--db:host=localhost' | ||
this.set(val[0], val[1], save); | ||
this.set(val[0], val[1]); | ||
}); | ||
@@ -108,0 +108,0 @@ } |
{ | ||
"name": "cz", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "A simple config utility for nodejs", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
254449