@oclif/command
Advanced tools
Comparing version 1.5.18 to 1.5.19
@@ -0,1 +1,10 @@ | ||
## [1.5.19](https://github.com/oclif/command/compare/v1.5.18...v1.5.19) (2019-09-05) | ||
### Bug Fixes | ||
* `default` should be `T[]` when `multiple: true` ([#70](https://github.com/oclif/command/issues/70)) ([13da51c](https://github.com/oclif/command/commit/13da51c)) | ||
## [1.5.18](https://github.com/oclif/command/compare/v1.5.17...v1.5.18) (2019-07-22) | ||
@@ -2,0 +11,0 @@ |
@@ -30,3 +30,3 @@ import { IConfig } from '@oclif/config'; | ||
multiple: true; | ||
} & Partial<IOptionFlag<T>>): IOptionFlag<T[]>; | ||
} & Partial<IOptionFlag<T[]>>): IOptionFlag<T[]>; | ||
(options: ({ | ||
@@ -33,0 +33,0 @@ required: true; |
{ | ||
"name": "@oclif/command", | ||
"description": "oclif base command", | ||
"version": "1.5.18", | ||
"version": "1.5.19", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -16,4 +16,2 @@ "bugs": "https://github.com/oclif/command/issues", | ||
"devDependencies": { | ||
"@oclif/config": "^1.12.10", | ||
"@oclif/plugin-help": "^2.1.6", | ||
"@oclif/plugin-plugins": "^1.7.7", | ||
@@ -20,0 +18,0 @@ "@oclif/tslint": "^3.1.1", |
51878
15