Comparing version 6.4.1 to 6.4.2
@@ -295,3 +295,3 @@ 'use strict'; | ||
// You may use cli.option('--env.* [value]', 'desc') to denote a dot-nested option | ||
rawName = rawName.replace(/\.\*/, ''); | ||
rawName = rawName.replace(/\.\*/g, ''); | ||
this.negated = false; | ||
@@ -298,0 +298,0 @@ this.names = utils.removeBrackets(rawName) |
{ | ||
"name": "cac", | ||
"version": "6.4.1", | ||
"version": "6.4.2", | ||
"description": "Simple yet powerful framework for building command-line apps.", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
48821