Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "getopts", | ||
"description": "Node.js CLI options parser.", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -22,3 +22,3 @@ # Getopts | ||
<pre> | ||
$ <a href="./example/demo">example/demo</a> --super=sonic -xu9000 -- game over | ||
$ <a href="./example/demo">example/demo</a> --super=sonic -au9000 -- game over | ||
</pre> | ||
@@ -45,3 +45,3 @@ | ||
_: ["game", "over"], | ||
x: true, | ||
a: true, | ||
s: "sonic", | ||
@@ -48,0 +48,0 @@ u: "9000", |
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