simple-bin-help
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -5,3 +5,3 @@ { | ||
"main": "index.js", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "test": "mocha --harmony spec", |
@@ -54,2 +54,12 @@ # simple-bin-help | ||
## Passing arguments | ||
You might do your own argument pre-processing before calling this module. In this | ||
case pass the list of arguments as the second argument | ||
```js | ||
var args = process.argv.filter(myFilter); | ||
require('simple-bin-help')(options, args); | ||
``` | ||
## Bonus features | ||
@@ -56,0 +66,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
8110
119