Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "pikud", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Easily create command-line apps", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -7,3 +7,3 @@ pikud | ||
Inspired by [https://github.com/codegangsta/cli](cli) | ||
Inspired by [https://github.com/codegangsta/cli](cli) | ||
@@ -22,3 +22,3 @@ ## Installation | ||
#### Multiple | ||
If you set `multiple:true` when defining a `StringFlag` or `NumberFlag`, the flag will be parsed as an array rather than a single value (think Docker's `-e` flag). For example: | ||
If you set `allowMultiple:true` when defining a `StringFlag` or `NumberFlag`, the flag will be parsed as an array rather than a single value (think Docker's `-e` flag). For example: | ||
@@ -28,3 +28,3 @@ ``` | ||
alias:'e', | ||
multiple:true | ||
allowMultiple:true | ||
}); | ||
@@ -31,0 +31,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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
31011
1