Comparing version 1.2.0 to 1.2.1
@@ -0,1 +1,5 @@ | ||
## 1.2.1 (September 18, 2017) | ||
- Fixed multi value option processing (@tyanas & @smelukov, #9) | ||
## 1.2.0 (June 13, 2017) | ||
@@ -2,0 +6,0 @@ |
@@ -732,3 +732,3 @@ var MAX_LINE_WIDTH = process.stdout.columns || 200; | ||
if (item.args.length) | ||
command.args_(item.args); | ||
command.args_.apply(command.args_, item.args); | ||
@@ -735,0 +735,0 @@ // apply regular options |
@@ -7,3 +7,3 @@ { | ||
"license": "MIT", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"keywords": [ | ||
@@ -10,0 +10,0 @@ "cli", |
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
25016