@rushstack/ts-command-line
Advanced tools
Comparing version 4.6.0 to 4.6.1
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "4.6.1", | ||
"tag": "@rushstack/ts-command-line_v4.6.1", | ||
"date": "Fri, 21 Aug 2020 01:21:17 GMT", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Fix an issue where usage of a parameter specified undocumentedSynonyms yielded invalid data." | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "4.6.0", | ||
@@ -7,0 +19,0 @@ "tag": "@rushstack/ts-command-line_v4.6.0", |
# Change Log - @rushstack/ts-command-line | ||
This log was last generated on Thu, 20 Aug 2020 15:13:52 GMT and should not be manually modified. | ||
This log was last generated on Fri, 21 Aug 2020 01:21:17 GMT and should not be manually modified. | ||
## 4.6.1 | ||
Fri, 21 Aug 2020 01:21:17 GMT | ||
### Patches | ||
- Fix an issue where usage of a parameter specified undocumentedSynonyms yielded invalid data. | ||
## 4.6.0 | ||
@@ -6,0 +13,0 @@ Thu, 20 Aug 2020 15:13:52 GMT |
@@ -259,3 +259,3 @@ "use strict"; | ||
const argumentParser = this._getArgumentParser(); | ||
argumentParser.addArgument(names, argparseOptions); | ||
argumentParser.addArgument(names, Object.assign({}, argparseOptions)); | ||
if (parameter.undocumentedSynonyms && parameter.undocumentedSynonyms.length > 0) { | ||
@@ -262,0 +262,0 @@ argumentParser.addArgument(parameter.undocumentedSynonyms, Object.assign({}, argparseOptions, { help: argparse.Const.SUPPRESS })); |
{ | ||
"name": "@rushstack/ts-command-line", | ||
"version": "4.6.0", | ||
"version": "4.6.1", | ||
"description": "An object-oriented command-line parser for TypeScript", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
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
309062
4123