Comparing version 1.0.18 to 1.0.19
@@ -118,3 +118,3 @@ "use strict"; | ||
else { | ||
const value = flag.parse(token.input); | ||
const value = flag.parse ? flag.parse(token.input) : token.input; | ||
if (flag.multiple) { | ||
@@ -121,0 +121,0 @@ flags[token.flag] = flags[token.flag] || []; |
{ | ||
"name": "cli-flags", | ||
"description": "basic CLI flag parser", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"author": "Jeff Dickey", | ||
@@ -9,3 +9,3 @@ "bugs": "https://github.com/heroku/cli-flags/issues", | ||
"chalk": "^2.3.0", | ||
"cli-ux": "^2.0.5", | ||
"cli-ux": "^2.0.8", | ||
"lodash": "^4.17.4", | ||
@@ -17,4 +17,4 @@ "ts-lodash": "^4.0.6" | ||
"@types/jest": "^21.1.8", | ||
"@types/lodash": "^4.14.88", | ||
"@types/node": "^8.0.58", | ||
"@types/lodash": "^4.14.91", | ||
"@types/node": "^8.5.1", | ||
"babel-core": "^6.26.0", | ||
@@ -28,3 +28,3 @@ "del-cli": "^1.1.0", | ||
"ts-jest": "^21.2.4", | ||
"ts-node": "^4.0.1", | ||
"ts-node": "^4.0.2", | ||
"tslint": "^5.8.0", | ||
@@ -31,0 +31,0 @@ "tslint-config-prettier": "^1.6.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
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
21640
Updatedcli-ux@^2.0.8