## [3.8.5](https://github.com/oclif/parser/compare/v3.8.4...v3.8.5) (2020-05-15)


### Bug Fixes

* make `EnumFlagOptions#options` of type `T[]` instead of `string` ([#69](https://github.com/oclif/parser/issues/69)) ([2fefccb](https://github.com/oclif/parser/commit/2fefccb))
* move @oclif/errors to dependencies ([#71](https://github.com/oclif/parser/issues/71)) ([ff28cec](https://github.com/oclif/parser/commit/ff28cec))
* support `-` as an argument value ([#70](https://github.com/oclif/parser/issues/70)) ([73fed83](https://github.com/oclif/parser/commit/73fed83))



## [3.8.4](https://github.com/oclif/parser/compare/v3.8.3...v3.8.4) (2019-08-02)


### Bug Fixes

* `default` should be `T[]` when `multiple: true` ([#56](https://github.com/oclif/parser/issues/56)) ([bab7447](https://github.com/oclif/parser/commit/bab7447))



## [3.8.3](https://github.com/oclif/parser/compare/v3.8.2...v3.8.3) (2019-07-12)


### Bug Fixes

* better type for flags with default value ([#53](https://github.com/oclif/parser/issues/53)) ([044806a](https://github.com/oclif/parser/commit/044806a))



## [3.8.2](https://github.com/oclif/parser/compare/v3.8.1...v3.8.2) (2019-07-11)



## [3.8.1](https://github.com/oclif/parser/compare/v3.8.0...v3.8.1) (2019-05-28)


### Bug Fixes

* edge cases for integers flags ([#50](https://github.com/oclif/parser/issues/50)) ([f233ee5](https://github.com/oclif/parser/commit/f233ee5))



# [3.8.0](https://github.com/oclif/parser/compare/v3.7.3...v3.8.0) (2019-04-30)


### Features

* Add 'helpLabel' flag option ([#49](https://github.com/oclif/parser/issues/49)) ([769ec91](https://github.com/oclif/parser/commit/769ec91))



## [3.7.3](https://github.com/oclif/parser/compare/v3.7.2...v3.7.3) (2019-03-15)


### Bug Fixes

* ignore defaulted flags for exclusivity ([1dfe62a](https://github.com/oclif/parser/commit/1dfe62a))



## [3.7.2](https://github.com/oclif/parser/compare/v3.7.1...v3.7.2) (2018-12-18)



## [3.7.1](https://github.com/oclif/parser/compare/v3.7.0...v3.7.1) (2018-12-18)


### Bug Fixes

* Proper handling of permutations of arguments with defaults and required arguments ([#43](https://github.com/oclif/parser/issues/43)) ([6577b9e](https://github.com/oclif/parser/commit/6577b9e))



# [3.7.0](https://github.com/oclif/parser/compare/v3.6.3...v3.7.0) (2018-10-17)


### Features

* Allow a default to be specified for boolean flags ([#41](https://github.com/oclif/parser/issues/41)) ([f5053a5](https://github.com/oclif/parser/commit/f5053a5))



## [3.6.3](https://github.com/oclif/parser/compare/v3.6.2...v3.6.3) (2018-10-17)


### Bug Fixes

* falsy arg default ([#40](https://github.com/oclif/parser/issues/40)) ([2e73b4b](https://github.com/oclif/parser/commit/2e73b4b))



## [3.6.2](https://github.com/oclif/parser/compare/v3.6.1...v3.6.2) (2018-10-13)


### Bug Fixes

* remove greenkeeper badge ([baf99f1](https://github.com/oclif/parser/commit/baf99f1))



## [3.6.1](https://github.com/oclif/parser/compare/v3.6.0...v3.6.1) (2018-08-31)


### Bug Fixes

* allow value of "" ([d027934](https://github.com/oclif/parser/commit/d027934))



# [3.6.0](https://github.com/oclif/parser/compare/v3.5.3...v3.6.0) (2018-08-17)


### Features

* typescript 3 ([62969e3](https://github.com/oclif/parser/commit/62969e3))



## [3.5.3](https://github.com/oclif/parser/compare/v3.5.2...v3.5.3) (2018-06-29)


### Bug Fixes

* add tslib ([05f89e0](https://github.com/oclif/parser/commit/05f89e0))



## [3.5.2](https://github.com/oclif/parser/compare/v3.5.1...v3.5.2) (2018-06-15)


### Bug Fixes

* add w to alphabet enums ([#28](https://github.com/oclif/parser/issues/28)) ([e78f250](https://github.com/oclif/parser/commit/e78f250))



## [3.5.1](https://github.com/oclif/parser/compare/v3.5.0...v3.5.1) (2018-06-01)


### Bug Fixes

* update semantic-release ([#27](https://github.com/oclif/parser/issues/27)) ([6d8d7df](https://github.com/oclif/parser/commit/6d8d7df))



# [3.5.0](https://github.com/oclif/parser/compare/v3.4.1...v3.5.0) (2018-06-01)


### Features

* Handle flags with multiple inputs without the flag before each input ([#25](https://github.com/oclif/parser/issues/25)) ([c636d74](https://github.com/oclif/parser/commit/c636d74))



## [3.4.1](https://github.com/oclif/parser/compare/v3.4.0...v3.4.1) (2018-05-31)


### Bug Fixes

* typescript 2.9 ([#26](https://github.com/oclif/parser/issues/26)) ([d1b77f1](https://github.com/oclif/parser/commit/d1b77f1))



# [3.4.0](https://github.com/oclif/parser/compare/v3.3.3...v3.4.0) (2018-05-13)


### Features

* exclusive ([a24c135](https://github.com/oclif/parser/commit/a24c135))



## [3.3.3](https://github.com/oclif/parser/compare/v3.3.2...v3.3.3) (2018-04-18)


### Bug Fixes

* updated chalk ([e31965f](https://github.com/oclif/parser/commit/e31965f))



## [3.3.2](https://github.com/oclif/parser/compare/v3.3.1...v3.3.2) (2018-04-09)


### Bug Fixes

* fixed case when not calling dependsOn flag ([76c1c5a](https://github.com/oclif/parser/commit/76c1c5a))



## [3.3.1](https://github.com/oclif/parser/compare/v3.3.0...v3.3.1) (2018-04-09)


### Bug Fixes

* alsoRequire -> dependsOn ([38b53d0](https://github.com/oclif/parser/commit/38b53d0))



# [3.3.0](https://github.com/oclif/parser/compare/v3.2.13...v3.3.0) (2018-04-09)


### Features

* added alsoRequire to flags ([a48f523](https://github.com/oclif/parser/commit/a48f523))



## [3.2.13](https://github.com/oclif/parser/compare/v3.2.12...v3.2.13) (2018-04-09)


### Bug Fixes

* move @heroku/linewrap to @oclif/linewrap ([d3136fd](https://github.com/oclif/parser/commit/d3136fd))



## [3.2.12](https://github.com/oclif/parser/compare/v3.2.11...v3.2.12) (2018-04-09)


### Performance Improvements

* lazy-load deps ([fbbfbf0](https://github.com/oclif/parser/commit/fbbfbf0))



## [3.2.11](https://github.com/oclif/parser/compare/v3.2.10...v3.2.11) (2018-04-06)


### Bug Fixes

* clean up requires ([9c5fb0f](https://github.com/oclif/parser/commit/9c5fb0f))



## [3.2.10](https://github.com/oclif/parser/compare/v3.2.9...v3.2.10) (2018-04-06)



## [3.2.9](https://github.com/oclif/parser/compare/v3.2.8...v3.2.9) (2018-02-14)


### Bug Fixes

* add linewrap ([46152df](https://github.com/oclif/parser/commit/46152df))



## [3.2.8](https://github.com/oclif/parser/compare/v3.2.7...v3.2.8) (2018-02-13)


### Bug Fixes

* testing release ([ad84785](https://github.com/oclif/parser/commit/ad84785))



## [3.2.7](https://github.com/oclif/parser/compare/v3.2.6...v3.2.7) (2018-02-13)


### Bug Fixes

* rename to oclif ([e956324](https://github.com/oclif/parser/commit/e956324))



## [3.2.6](https://github.com/oclif/parser/compare/v3.2.5...v3.2.6) (2018-02-06)


### Bug Fixes

* use @anycli/errors ([b227608](https://github.com/oclif/parser/commit/b227608))



## [3.2.5](https://github.com/oclif/parser/compare/v3.2.4...v3.2.5) (2018-02-05)


### Bug Fixes

* remove optionType ([15bb0d0](https://github.com/oclif/parser/commit/15bb0d0))



## [3.2.4](https://github.com/oclif/parser/compare/v3.2.3...v3.2.4) (2018-02-05)


### Bug Fixes

* remove dependencies ([595a4fa](https://github.com/oclif/parser/commit/595a4fa))



## [3.2.3](https://github.com/oclif/parser/compare/v3.2.2...v3.2.3) (2018-02-05)


### Bug Fixes

* optionally require chalk ([840676d](https://github.com/oclif/parser/commit/840676d))



## [3.2.2](https://github.com/oclif/parser/compare/v3.2.1...v3.2.2) (2018-02-03)


### Bug Fixes

* make ts happy ([9e6a13d](https://github.com/oclif/parser/commit/9e6a13d))
* ran generator ([71dd89f](https://github.com/oclif/parser/commit/71dd89f))



## [3.2.1](https://github.com/oclif/parser/compare/v3.2.0...v3.2.1) (2018-02-03)


### Bug Fixes

* rename ParserInput to Input and ParserOutput to Output ([f46fa41](https://github.com/oclif/parser/commit/f46fa41))



# [3.2.0](https://github.com/oclif/parser/compare/v3.1.1...v3.2.0) (2018-02-03)


### Features

* allow disabling "--" ([66ffd65](https://github.com/oclif/parser/commit/66ffd65))



## [3.1.1](https://github.com/oclif/parser/compare/v3.1.0...v3.1.1) (2018-02-03)


### Bug Fixes

* add context fo parse ([85c1e06](https://github.com/oclif/parser/commit/85c1e06))
* append context to default ([50bf003](https://github.com/oclif/parser/commit/50bf003))



# [3.1.0](https://github.com/oclif/parser/compare/v3.0.4...v3.1.0) (2018-02-03)


### Features

* added env to flags ([56be8c8](https://github.com/oclif/parser/commit/56be8c8))



## [3.0.4](https://github.com/oclif/parser/compare/v3.0.3...v3.0.4) (2018-02-01)


### Bug Fixes

* parse boolean flags ([b5a7d6d](https://github.com/oclif/parser/commit/b5a7d6d))



## [3.0.3](https://github.com/oclif/parser/compare/v3.0.2...v3.0.3) (2018-02-01)


### Bug Fixes

* added options to flags/args ([6a33b06](https://github.com/oclif/parser/commit/6a33b06))



## [3.0.2](https://github.com/oclif/parser/compare/v3.0.1...v3.0.2) (2018-02-01)


### Bug Fixes

* testing release ([7696da8](https://github.com/oclif/parser/commit/7696da8))



## [3.0.1](https://github.com/oclif/parser/compare/v3.0.0...v3.0.1) (2018-02-01)


### Bug Fixes

* testing release ([014b773](https://github.com/oclif/parser/commit/014b773))
* testing release ([17e930c](https://github.com/oclif/parser/commit/17e930c))



# [3.0.0](https://github.com/oclif/parser/compare/v0.1.4...v3.0.0) (2018-02-01)


### Bug Fixes

* use type aliases ([8abe354](https://github.com/oclif/parser/commit/8abe354))


### Features

* pass argv before options ([4448f14](https://github.com/oclif/parser/commit/4448f14))


### BREAKING CHANGES

* the API now has 2 arguments instead of 1



## [0.1.4](https://github.com/oclif/parser/compare/v0.1.3...v0.1.4) (2018-01-31)


### Bug Fixes

* use type aliases ([b5070b5](https://github.com/oclif/parser/commit/b5070b5))
* use type aliases ([ad1e4d4](https://github.com/oclif/parser/commit/ad1e4d4))



## [0.1.3](https://github.com/oclif/parser/compare/v0.1.2...v0.1.3) (2018-01-31)


### Bug Fixes

* updated screen ([d13cd8c](https://github.com/oclif/parser/commit/d13cd8c))



## [0.1.2](https://github.com/oclif/parser/compare/v0.1.1...v0.1.2) (2018-01-31)


### Bug Fixes

* anycli rename ([185c751](https://github.com/oclif/parser/commit/185c751))
* default helpValue for enums ([ad33c1f](https://github.com/oclif/parser/commit/ad33c1f))



## [0.1.1](https://github.com/oclif/parser/compare/v0.1.0...v0.1.1) (2018-01-30)


### Bug Fixes

* added helpValue ([24fea65](https://github.com/oclif/parser/commit/24fea65))



# [0.1.0](https://github.com/oclif/parser/compare/v0.0.6...v0.1.0) (2018-01-30)


### Bug Fixes

* added optionType ([b75d738](https://github.com/oclif/parser/commit/b75d738))


### Features

* added enum flag ([643aea7](https://github.com/oclif/parser/commit/643aea7))



## [0.0.6](https://github.com/oclif/parser/compare/v0.0.5...v0.0.6) (2018-01-30)


### Bug Fixes

* add typing to flag output ([967cd55](https://github.com/oclif/parser/commit/967cd55))



## [0.0.5](https://github.com/oclif/parser/compare/v0.0.4...v0.0.5) (2018-01-26)


### Bug Fixes

* updated deps ([8923a8c](https://github.com/oclif/parser/commit/8923a8c))



## [0.0.4](https://github.com/oclif/parser/compare/v0.0.3...v0.0.4) (2018-01-20)


### Bug Fixes

* updated deps ([02b2109](https://github.com/oclif/parser/commit/02b2109))



## [0.0.3](https://github.com/oclif/parser/compare/v0.0.2...v0.0.3) (2018-01-20)


### Bug Fixes

* fixed reference to screen ([f516f33](https://github.com/oclif/parser/commit/f516f33))



## [0.0.2](https://github.com/oclif/parser/compare/v0.0.1...v0.0.2) (2018-01-16)


### Bug Fixes

* ran generator ([93ed6e1](https://github.com/oclif/parser/commit/93ed6e1))



## [0.0.1](https://github.com/oclif/parser/compare/v2.0.7...v0.0.1) (2018-01-15)


### Bug Fixes

* updated linter rules ([e4cc5eb](https://github.com/oclif/parser/commit/e4cc5eb))
* updated linter rules ([366f6af](https://github.com/oclif/parser/commit/366f6af))



## [2.0.7](https://github.com/oclif/parser/compare/v2.0.6...v2.0.7) (2017-12-31)



## [2.0.6](https://github.com/oclif/parser/compare/v2.0.5...v2.0.6) (2017-12-27)



## [2.0.5](https://github.com/oclif/parser/compare/v2.0.4...v2.0.5) (2017-12-27)



## [2.0.4](https://github.com/oclif/parser/compare/v2.0.3...v2.0.4) (2017-12-26)



## [2.0.3](https://github.com/oclif/parser/compare/v2.0.2...v2.0.3) (2017-12-22)



## [2.0.2](https://github.com/oclif/parser/compare/v2.0.1...v2.0.2) (2017-12-20)



## [2.0.1](https://github.com/oclif/parser/compare/v2.0.0...v2.0.1) (2017-12-20)



# [2.0.0](https://github.com/oclif/parser/compare/v1.0.19...v2.0.0) (2017-12-20)



## [1.0.19](https://github.com/oclif/parser/compare/v1.0.18...v1.0.19) (2017-12-18)



## [1.0.18](https://github.com/oclif/parser/compare/v1.0.17...v1.0.18) (2017-12-13)



## [1.0.17](https://github.com/oclif/parser/compare/v1.0.16...v1.0.17) (2017-12-13)



## [1.0.16](https://github.com/oclif/parser/compare/v1.0.15...v1.0.16) (2017-10-04)



## [1.0.15](https://github.com/oclif/parser/compare/v1.0.14...v1.0.15) (2017-09-16)



## [1.0.14](https://github.com/oclif/parser/compare/v1.0.13...v1.0.14) (2017-09-16)



## [1.0.13](https://github.com/oclif/parser/compare/v1.0.12...v1.0.13) (2017-09-15)



## [1.0.12](https://github.com/oclif/parser/compare/v1.0.11...v1.0.12) (2017-09-15)



## [1.0.11](https://github.com/oclif/parser/compare/v1.0.10...v1.0.11) (2017-09-13)



## [1.0.10](https://github.com/oclif/parser/compare/v1.0.9...v1.0.10) (2017-09-13)



## [1.0.9](https://github.com/oclif/parser/compare/v1.0.8...v1.0.9) (2017-09-13)



## [1.0.8](https://github.com/oclif/parser/compare/v1.0.7...v1.0.8) (2017-09-13)



## [1.0.7](https://github.com/oclif/parser/compare/v1.0.6...v1.0.7) (2017-09-13)



## [1.0.6](https://github.com/oclif/parser/compare/v1.0.5...v1.0.6) (2017-09-12)



## [1.0.5](https://github.com/oclif/parser/compare/v1.0.4...v1.0.5) (2017-09-12)



## [1.0.4](https://github.com/oclif/parser/compare/v1.0.3...v1.0.4) (2017-09-12)



## [1.0.3](https://github.com/oclif/parser/compare/v1.0.2...v1.0.3) (2017-09-12)



## [1.0.2](https://github.com/oclif/parser/compare/v1.0.1...v1.0.2) (2017-09-11)



## [1.0.1](https://github.com/oclif/parser/compare/v1.0.0...v1.0.1) (2017-09-10)



# 1.0.0 (2017-09-10)



