Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "yargs", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Light-weight option parsing with an argv hash. No optstrings attached.", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -185,8 +185,11 @@ yargs | ||
demand_count.js: | ||
#!/usr/bin/env node | ||
var argv = require('yargs') | ||
.demandCount(2) | ||
.argv; | ||
console.dir(argv) | ||
````javascript | ||
#!/usr/bin/env node | ||
var argv = require('yargs') | ||
.demandCount(2) | ||
.argv; | ||
console.dir(argv) | ||
```` | ||
*** | ||
@@ -193,0 +196,0 @@ |
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
70122
614