mongodb-js-cli
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -125,3 +125,9 @@ var chalk = require('chalk'); | ||
get: function() { | ||
return this.yargs.argv; | ||
if (!this._argv) { | ||
this._argv = this.yargs.argv; | ||
} | ||
return this._argv; | ||
}, | ||
set: function(argv) { | ||
this._argv = argv; | ||
} | ||
@@ -128,0 +134,0 @@ }); |
{ | ||
"name": "mongodb-js-cli", | ||
"description": "Tools for mongodb-js to write excellent CLI's", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "fmt": "mongodb-js-fmt", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16043
130