Comparing version 4.1.1 to 4.1.2
{ | ||
"name": "arg", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Another simple argument parser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -24,3 +24,3 @@ # Arg [![CircleCI](https://circleci.com/gh/zeit/arg.svg?style=svg)](https://circleci.com/gh/zeit/arg) | ||
1. Command line specification object (see below) | ||
2. Parse options (_Optional_, defaults to `{permissive: false, argv: process.argv.slice(2)}`) | ||
2. Parse options (_Optional_, defaults to `{permissive: false, argv: process.argv.slice(2), stopAtPositional: false}`) | ||
@@ -281,2 +281,2 @@ It returns an object with any values present on the command-line (missing options are thus | ||
Copyright © 2017-2018 by ZEIT, Inc. Released under the [MIT License](LICENSE.md). | ||
Copyright © 2017-2019 by ZEIT, Inc. Released under the [MIT License](LICENSE.md). |
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
12623