UNPKG

@oclif/command

Version:
1,485 lines (515 loc) 40.7 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [1.8.9](https://github.com/oclif/command/compare/v1.8.8...v1.8.9) (2021-12-06) ### Bug Fixes * more dep bumps ([#289](https://github.com/oclif/command/issues/289)) ([468abae](https://github.com/oclif/command/commit/468abae0ca09d769e74be61b593022c46324d85a)) ## [1.8.8](https://github.com/oclif/command/compare/v1.8.7...v1.8.8) (2021-12-06) ### Bug Fixes * bump-deps ([#283](https://github.com/oclif/command/issues/283)) ([4c7aee6](https://github.com/oclif/command/commit/4c7aee6d03ba57371279a3044877c0ce996bf669)) ## [1.8.7](https://github.com/oclif/command/compare/v1.8.6...v1.8.7) (2021-12-01) ### Bug Fixes * bump deps ([#282](https://github.com/oclif/command/issues/282)) ([5504b70](https://github.com/oclif/command/commit/5504b700b7ac4b876fd966b647dd4143931d1a19)) ## [1.8.6](https://github.com/oclif/command/compare/v1.8.5...v1.8.6) (2021-11-29) ### Bug Fixes * bump once more ([#277](https://github.com/oclif/command/issues/277)) ([23ffce7](https://github.com/oclif/command/commit/23ffce74ce02285f664b2bbc02748411dbf1c7f1)) ## [1.8.5](https://github.com/oclif/command/compare/v1.8.4...v1.8.5) (2021-11-29) ### Bug Fixes * remove lodash.template transitive dep ([#274](https://github.com/oclif/command/issues/274)) ([6211a83](https://github.com/oclif/command/commit/6211a834478620e20a388f90639b35052e612d24)) ## [1.8.4](https://github.com/oclif/command/compare/v1.8.3...v1.8.4) (2021-11-23) ### Bug Fixes * remove dep on lodash.template ([#271](https://github.com/oclif/command/issues/271)) ([2eb9002](https://github.com/oclif/command/commit/2eb900247cd026a5fc240bf0855f420ed48c775f)) ## [1.8.3](https://github.com/oclif/command/compare/v1.8.0...v1.8.3) (2021-11-18) ### Bug Fixes * apply sf orb for circle ([#270](https://github.com/oclif/command/issues/270)) ([d24409b](https://github.com/oclif/command/commit/d24409badb713418132c684b1d1e51538804a826)) * bump plugin-help version ([#268](https://github.com/oclif/command/issues/268)) ([ddfe384](https://github.com/oclif/command/commit/ddfe384cad8158d53d3be3112828598d60a0aa35)) * circular dependencies ([#165](https://github.com/oclif/command/issues/165)) ([780e1df](https://github.com/oclif/command/commit/780e1df947fd26f01786e19898436bce34b58ea4)) * force a release ([443d94f](https://github.com/oclif/command/commit/443d94f05a3427bfac7d9545b8ee0ef86dae2585)) * force release ([e2eaff3](https://github.com/oclif/command/commit/e2eaff3906d6b2e7b7e99857916e5f2072d2f924)) # [1.8.0](https://github.com/oclif/command/compare/v1.7.0...v1.8.0) (2020-08-03) ### Features * support src/command/index cmd ([#141](https://github.com/oclif/command/issues/141)) ([90ac072](https://github.com/oclif/command/commit/90ac07256b3d43577a8db7df0cfadb49e5925a4c)) # [1.7.0](https://github.com/oclif/command/compare/v1.6.1...v1.7.0) (2020-06-29) ### Features * add pretty printable interface to methods on command ([#96](https://github.com/oclif/command/issues/96)) ([2db646d](https://github.com/oclif/command/commit/2db646d553a4251135f9f6976d46c14b59b18b34)) * add types for flush ([#94](https://github.com/oclif/command/issues/94)) ([492cadb](https://github.com/oclif/command/commit/492cadb789b0c27ec54b9fca756ba6b7208f367f)) ## [1.6.1](https://github.com/oclif/command/compare/v1.6.0...v1.6.1) (2020-05-05) ### Bug Fixes * use args.Input to accept any type args ([#89](https://github.com/oclif/command/issues/89)) ([baf3576](https://github.com/oclif/command/commit/baf3576ba23a4901c8d99f094f1267cd4ff30fd7)) # [1.6.0](https://github.com/oclif/command/compare/v1.5.20...v1.6.0) (2020-05-01) ### Features * add loading for alternative help classes ([#85](https://github.com/oclif/command/issues/85)) ([136e7d4](https://github.com/oclif/command/commit/136e7d4f35c7ac1087e6af920dcadf21bc73530f)) ## [1.5.20](https://github.com/oclif/command/compare/v1.5.19...v1.5.20) (2020-04-20) ## [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/13da51c0506b499388f14a5940e41fc751685289)) ## [1.5.18](https://github.com/oclif/command/compare/v1.5.17...v1.5.18) (2019-07-22) ## [1.5.17](https://github.com/oclif/command/compare/v1.5.16...v1.5.17) (2019-07-15) ### Bug Fixes * sync types with @oclif/parser ([#67](https://github.com/oclif/command/issues/67)) ([2a5f0b5](https://github.com/oclif/command/commit/2a5f0b56f97663ea5da38caa8b5db9eedbb33a32)) ## [1.5.16](https://github.com/oclif/command/compare/v1.5.15...v1.5.16) (2019-07-10) ## [1.5.15](https://github.com/oclif/command/compare/v1.5.14...v1.5.15) (2019-06-20) ## [1.5.14](https://github.com/oclif/command/compare/v1.5.13...v1.5.14) (2019-05-30) ### Bug Fixes * remove stdout error listener as a member instance ([#65](https://github.com/oclif/command/issues/65)) ([5febe63](https://github.com/oclif/command/commit/5febe6330c5b71473df6a7da585abc4108497dcf)) ## [1.5.13](https://github.com/oclif/command/compare/v1.5.12...v1.5.13) (2019-04-15) ### Bug Fixes * use showCommandHelp to delegate topic help ([#58](https://github.com/oclif/command/issues/58)) ([3c0bafd](https://github.com/oclif/command/commit/3c0bafd840b663f34286a9b1cb84aaee368a210d)) ## [1.5.12](https://github.com/oclif/command/compare/v1.5.11...v1.5.12) (2019-03-15) ## [1.5.11](https://github.com/oclif/command/compare/v1.5.10...v1.5.11) (2019-02-27) ### Bug Fixes * handle epipe errors ([61d3a29](https://github.com/oclif/command/commit/61d3a29dcb821078515edd4dadd72e4399013e13)) ## [1.5.10](https://github.com/oclif/command/compare/v1.5.9...v1.5.10) (2019-02-11) ## [1.5.9](https://github.com/oclif/command/compare/v1.5.8...v1.5.9) (2019-02-11) ### Bug Fixes * typescript@3.3 ([3800acc](https://github.com/oclif/command/commit/3800acca43337d10f8328b5aa77025d12835a838)) ## [1.5.8](https://github.com/oclif/command/compare/v1.5.7...v1.5.8) (2018-12-18) ## [1.5.7](https://github.com/oclif/command/compare/v1.5.6...v1.5.7) (2018-12-18) ## [1.5.6](https://github.com/oclif/command/compare/v1.5.5...v1.5.6) (2018-11-14) ### Reverts * Revert "fix: construct full help message for known Command (#50)" ([46456dd](https://github.com/oclif/command/commit/46456dd962895f67616c16093c49cf91a571c5bc)), closes [#50](https://github.com/oclif/command/issues/50) ## [1.5.5](https://github.com/oclif/command/compare/v1.5.4...v1.5.5) (2018-11-12) ### Bug Fixes * construct full help message for known Command ([#50](https://github.com/oclif/command/issues/50)) ([5ef4e3c](https://github.com/oclif/command/commit/5ef4e3c89d1b74af02217bc40d0e8160e5e7a170)) ## [1.5.4](https://github.com/oclif/command/compare/v1.5.3...v1.5.4) (2018-10-13) ### Bug Fixes * remove greenkeeper badge ([c6a0c6f](https://github.com/oclif/command/commit/c6a0c6f8d50a7354db724b8f0326859037911f08)) ## [1.5.3](https://github.com/oclif/command/compare/v1.5.2...v1.5.3) (2018-10-13) ### Bug Fixes * return promiselike ([#47](https://github.com/oclif/command/issues/47)) ([2eb6b60](https://github.com/oclif/command/commit/2eb6b609f9de4f2909b4107fde92fdc8818b42d6)) ## [1.5.2](https://github.com/oclif/command/compare/v1.5.1...v1.5.2) (2018-10-03) ### Bug Fixes * updated deps ([bb0df38](https://github.com/oclif/command/commit/bb0df384906846392f942e5a15d4ca0b69104c6b)) ## [1.5.1](https://github.com/oclif/command/compare/v1.5.0...v1.5.1) (2018-09-14) ### Bug Fixes * lint issues ([d561bbf](https://github.com/oclif/command/commit/d561bbfd1acf4495036fe0ac6bf914af27c963f7)) * updated deps ([809f184](https://github.com/oclif/command/commit/809f1840423259c0c08b7b88cacfcb4ccb99dc2d)) # [1.5.0](https://github.com/oclif/command/compare/v1.4.36...v1.5.0) (2018-08-17) ### Features * typescript 3 ([fc6a991](https://github.com/oclif/command/commit/fc6a9916316713c3c017314471e4ad9fe8d07053)) ## [1.4.36](https://github.com/oclif/command/compare/v1.4.35...v1.4.36) (2018-07-25) ### Bug Fixes * Trim description before printing first line since there could be leading `\n` from multi-line template strings. ([#40](https://github.com/oclif/command/issues/40)) ([7be154c](https://github.com/oclif/command/commit/7be154c0540d7a95ee34166fa5373aca0f664fe2)) ## [1.4.35](https://github.com/oclif/command/compare/v1.4.34...v1.4.35) (2018-07-19) ### Bug Fixes * only flush if errorLogger present ([#41](https://github.com/oclif/command/issues/41)) ([f183916](https://github.com/oclif/command/commit/f1839164a404072189083ac73920a9da98f4d046)) ## [1.4.34](https://github.com/oclif/command/compare/v1.4.33...v1.4.34) (2018-06-26) ### Bug Fixes * globals in ts 2.9.2 ([8769c6b](https://github.com/oclif/command/commit/8769c6ba1eee4e045576bcf8ffc256c793d45fad)) ## [1.4.33](https://github.com/oclif/command/compare/v1.4.32...v1.4.33) (2018-06-09) ### Reverts * Revert "[FIX] bump parse version dependency" ([c255811](https://github.com/oclif/command/commit/c2558110d8ddfd1b24a543f1c01b363ce4c8d725)) ## [1.4.32](https://github.com/oclif/command/compare/v1.4.31...v1.4.32) (2018-06-01) ### Bug Fixes * imports ([4bf98c4](https://github.com/oclif/command/commit/4bf98c40793341ebb30da53fa895d99c34372522)) ## [1.4.31](https://github.com/oclif/command/compare/v1.4.30...v1.4.31) (2018-05-31) ### Bug Fixes * typescript 2.9 ([91499c9](https://github.com/oclif/command/commit/91499c93f97b9440975a28fe696cd29829fcc9c1)) ## [1.4.30](https://github.com/oclif/command/compare/v1.4.29...v1.4.30) (2018-05-15) ### Bug Fixes * use node 8 compatible syntax ([085369c](https://github.com/oclif/command/commit/085369c683e8753ba9e9cd34003bf89f8abd4aab)) ## [1.4.29](https://github.com/oclif/command/compare/v1.4.28...v1.4.29) (2018-05-13) ### Bug Fixes * allow subclasses to return any promise type ([aa89f1e](https://github.com/oclif/command/commit/aa89f1ef60b7ee18981c791402b30ae0590154b8)) ## [1.4.28](https://github.com/oclif/command/compare/v1.4.27...v1.4.28) (2018-05-13) ### Bug Fixes * move flush to top-level ([6b7af6a](https://github.com/oclif/command/commit/6b7af6ac9a30f5b539cb18c7280ecd97dfa9e654)) ## [1.4.27](https://github.com/oclif/command/compare/v1.4.26...v1.4.27) (2018-05-13) ### Bug Fixes * linting issue ([a3408cb](https://github.com/oclif/command/commit/a3408cbf50b706630b7054659d969e8474c938ad)) ## [1.4.26](https://github.com/oclif/command/compare/v1.4.25...v1.4.26) (2018-05-13) ### Bug Fixes * require flush to occur manually to fix tests ([82a45eb](https://github.com/oclif/command/commit/82a45ebcae094c74d4486ed53c4a1c1e2ebf00f3)) ## [1.4.25](https://github.com/oclif/command/compare/v1.4.24...v1.4.25) (2018-05-13) ### Bug Fixes * only flush stdout when no error ([ed0f5b7](https://github.com/oclif/command/commit/ed0f5b7c6e883751baadfde9f574fb1853cb9ca0)) ## [1.4.24](https://github.com/oclif/command/compare/v1.4.23...v1.4.24) (2018-05-13) ### Bug Fixes * flush stdout on exit ([8b38347](https://github.com/oclif/command/commit/8b38347400cadaf37a7fc77263aaeec8577220b8)) ## [1.4.23](https://github.com/oclif/command/compare/v1.4.22...v1.4.23) (2018-05-12) ### Bug Fixes * typing for this.error() ([1c7e03c](https://github.com/oclif/command/commit/1c7e03cbce9d9aec6c183c35a6e30b8031afa78e)) ## [1.4.22](https://github.com/oclif/command/compare/v1.4.21...v1.4.22) (2018-05-12) ### Bug Fixes * remove yarn check from CI ([b836340](https://github.com/oclif/command/commit/b83634078bf2ac204e45629785fd08c27906e583)) * typing for this.error() ([af70aed](https://github.com/oclif/command/commit/af70aed40703a22e65529ebbee8f43fc19954675)) * typing for this.error() ([3a7ec33](https://github.com/oclif/command/commit/3a7ec3312154bcf379efec9dac47f864fd8de784)) ## [1.4.21](https://github.com/oclif/command/compare/v1.4.20...v1.4.21) (2018-05-06) ### Bug Fixes * return types of error/exit methods ([19ff4de](https://github.com/oclif/command/commit/19ff4debed6fa80b0c6716d779edb7f31326fbc0)) ## [1.4.20](https://github.com/oclif/command/compare/v1.4.19...v1.4.20) (2018-05-03) ### Bug Fixes * updated errors plugin ([39f04d8](https://github.com/oclif/command/commit/39f04d8d97a2667db56223ed7efd393d2b497e22)) ## [1.4.19](https://github.com/oclif/command/compare/v1.4.18...v1.4.19) (2018-05-02) ### Bug Fixes * allow subsessions to run redirected CLI ([42c4bc3](https://github.com/oclif/command/commit/42c4bc3292e43f3683a1cd5791d9a05853e2a877)) ## [1.4.18](https://github.com/oclif/command/compare/v1.4.17...v1.4.18) (2018-05-01) ### Bug Fixes * export integer flag ([11a14b1](https://github.com/oclif/command/commit/11a14b1f6ec970e24e8ad6c060e816f7c68aad7a)) ## [1.4.17](https://github.com/oclif/command/compare/v1.4.16...v1.4.17) (2018-04-30) ### Bug Fixes * allow --version as first argument to command ([2a27613](https://github.com/oclif/command/commit/2a2761359fe79cfb0d52bc7a4e743785b46f4e99)) ## [1.4.16](https://github.com/oclif/command/compare/v1.4.15...v1.4.16) (2018-04-25) ### Bug Fixes * allow specifying --version flag on commands ([4db8ccd](https://github.com/oclif/command/commit/4db8ccdd1745a9caa461bc45ab336a8c250d1ed9)) ## [1.4.15](https://github.com/oclif/command/compare/v1.4.14...v1.4.15) (2018-04-22) ### Bug Fixes * add check for cwd ([afa6e01](https://github.com/oclif/command/commit/afa6e019c14d4c7d00277e84aa44c539ae775cc8)) * updated deps ([afa28ee](https://github.com/oclif/command/commit/afa28ee22b39cbcfc1e5ab26f20aed3c64b26619)) ## [1.4.14](https://github.com/oclif/command/compare/v1.4.13...v1.4.14) (2018-04-21) ### Bug Fixes * stop cli-ux action on error ([cd7e1e1](https://github.com/oclif/command/commit/cd7e1e1eec6a3225f13b4a8d49a30394226f6fd8)) ## [1.4.13](https://github.com/oclif/command/compare/v1.4.12...v1.4.13) (2018-04-09) ### Bug Fixes * updated parser ([45e2108](https://github.com/oclif/command/commit/45e210848e938b2fe3032619ab821c4cb8f7c460)) ## [1.4.12](https://github.com/oclif/command/compare/v1.4.11...v1.4.12) (2018-04-09) ### Bug Fixes * updated parser ([67a4509](https://github.com/oclif/command/commit/67a45096abd1391c84ca26df7ee48915e371f681)) ## [1.4.11](https://github.com/oclif/command/compare/v1.4.10...v1.4.11) (2018-04-09) ### Bug Fixes * updated parser ([c9212de](https://github.com/oclif/command/commit/c9212de43ef730e52e88ac8757cc4f7297b6af94)) ## [1.4.10](https://github.com/oclif/command/compare/v1.4.9...v1.4.10) (2018-04-09) ### Bug Fixes * updated parser ([1eb0216](https://github.com/oclif/command/commit/1eb02169f04e9bcb89c866e89faad6112ad6302c)) ## [1.4.9](https://github.com/oclif/command/compare/v1.4.8...v1.4.9) (2018-04-08) ### Bug Fixes * https://github.com/oclif/oclif/issues/95 ([a8d4d93](https://github.com/oclif/command/commit/a8d4d9328406937a17556d4725fcbc049b5bfda1)) * updated deps and fixed linter ([bda888a](https://github.com/oclif/command/commit/bda888aa5a4a6dcaeba315fcb28c1b6a5c45f06a)) ## [1.4.8](https://github.com/oclif/command/compare/v1.4.7...v1.4.8) (2018-04-08) ### Bug Fixes * throw error if no message ([c1ed043](https://github.com/oclif/command/commit/c1ed043efc89142169b089091e118899281421e0)) ## [1.4.7](https://github.com/oclif/command/compare/v1.4.6...v1.4.7) (2018-04-06) ### Bug Fixes * make this.log() behave more like console.log() ([7d145e1](https://github.com/oclif/command/commit/7d145e1fff534acd4349eb78d3ef65208d8b1345)) ## [1.4.6](https://github.com/oclif/command/compare/v1.4.5...v1.4.6) (2018-03-25) ### Bug Fixes * run init before all multi commands ([47be866](https://github.com/oclif/command/commit/47be866b6cce4444002618e3c2ee8aeb8865e243)) ## [1.4.5](https://github.com/oclif/command/compare/v1.4.4...v1.4.5) (2018-03-24) ### Bug Fixes * use new semantic-release ([336d6a3](https://github.com/oclif/command/commit/336d6a3b74bbbcefd9f67d7744dc5f1ea4b94b4f)) ## [1.4.4](https://github.com/oclif/command/compare/v1.4.3...v1.4.4) (2018-03-24) ### Bug Fixes * add debug dependency ([300bbb7](https://github.com/oclif/command/commit/300bbb7c053fb6bb9fac5f3beac56df45aebecb3)) ## [1.4.3](https://github.com/oclif/command/compare/v1.4.2...v1.4.3) (2018-03-24) ### Bug Fixes * add @oclif/errors to dependencies ([b2d0790](https://github.com/oclif/command/commit/b2d0790b00cab77c53abdfa35970f99753713116)) ## [1.4.2](https://github.com/oclif/command/compare/v1.4.1...v1.4.2) (2018-02-28) ### Bug Fixes * add return type ([8808788](https://github.com/oclif/command/commit/8808788e3f6c494606d1e2662382eeede0e0a254)) ## [1.4.1](https://github.com/oclif/command/compare/v1.4.0...v1.4.1) (2018-02-28) ### Bug Fixes * fixed return value ([15212c3](https://github.com/oclif/command/commit/15212c3025cdc62433ec305a919b65487a53d8b0)) # [1.4.0](https://github.com/oclif/command/compare/v1.3.3...v1.4.0) (2018-02-28) ### Features * return value from command ([0651ef0](https://github.com/oclif/command/commit/0651ef054e01f9eb6e54cfff598d8b126f8aefe5)) ## [1.3.3](https://github.com/oclif/command/compare/v1.3.2...v1.3.3) (2018-02-17) ### Bug Fixes * fixed help command ([785f4f4](https://github.com/oclif/command/commit/785f4f485397ee5485e391c3ac4342959c140dcc)) ## [1.3.2](https://github.com/oclif/command/compare/v1.3.1...v1.3.2) (2018-02-17) ### Bug Fixes * show topic if command not found but topic exists ([efd58a6](https://github.com/oclif/command/commit/efd58a604e350a0e24773dad2a6779842211d7ce)) ## [1.3.1](https://github.com/oclif/command/compare/v1.3.0...v1.3.1) (2018-02-17) ### Bug Fixes * fixed single command help ([efe7409](https://github.com/oclif/command/commit/efe740935047280860dd12a0a1a5781ceeac3fc7)) * updated help ([48235ab](https://github.com/oclif/command/commit/48235ab91b184b761232905d3b6c49ceeedc6441)) # [1.3.0](https://github.com/oclif/command/compare/v1.2.25...v1.3.0) (2018-02-15) ### Features * added node version check ([d672877](https://github.com/oclif/command/commit/d67287709694b6e16a940e445378e419e0312f66)) ## [1.2.25](https://github.com/oclif/command/compare/v1.2.24...v1.2.25) (2018-02-14) ## [1.2.24](https://github.com/oclif/command/compare/v1.2.23...v1.2.24) (2018-02-14) ### Bug Fixes * updated deps ([b643478](https://github.com/oclif/command/commit/b643478dd35896a22dbf447a30dd0d495df293eb)) * updated parser ([69e7509](https://github.com/oclif/command/commit/69e75098a816aac75be6c8fbabee275516523471)) ## [1.2.23](https://github.com/oclif/command/compare/v1.2.22...v1.2.23) (2018-02-13) ### Bug Fixes * updated deps ([633de2e](https://github.com/oclif/command/commit/633de2e141f2338184a95ecc6c1a95e592f37c09)) ## [1.2.22](https://github.com/oclif/command/compare/v1.2.21...v1.2.22) (2018-02-13) ### Bug Fixes * updated plugin-plugins ([0d3f94a](https://github.com/oclif/command/commit/0d3f94a8d41a5903c34a5cfd3625bb42b4d4062c)) ## [1.2.21](https://github.com/oclif/command/compare/v1.2.20...v1.2.21) (2018-02-13) ### Bug Fixes * oclif rename ([45b34a8](https://github.com/oclif/command/commit/45b34a88a796a79d3c0d20124a7a9919b12edec8)) * oclif rename ([bc6169b](https://github.com/oclif/command/commit/bc6169b09e1254a4049a067d60fb97b897d204ad)) ## [1.2.20](https://github.com/oclif/command/compare/v1.2.19...v1.2.20) (2018-02-13) ### Bug Fixes * rename to oclif ([c416eb5](https://github.com/oclif/command/commit/c416eb55471a36183132f8f593a13bd877916b64)) * rename to oclif ([b9ee8e6](https://github.com/oclif/command/commit/b9ee8e62562a4a051b2329c700e1aa24c03d2af4)) * rename to oclif ([20d4584](https://github.com/oclif/command/commit/20d4584fa78d316ac18714c72c6b18d3cb1e1437)) ## [1.2.19](https://github.com/oclif/command/compare/v1.2.18...v1.2.19) (2018-02-07) ### Bug Fixes * fixed error flushing ([de02208](https://github.com/oclif/command/commit/de022085f00edb3421545399f49f055efa651fe7)) ## [1.2.18](https://github.com/oclif/command/compare/v1.2.17...v1.2.18) (2018-02-07) ### Bug Fixes * async ([2040de0](https://github.com/oclif/command/commit/2040de0747060f289ec4092e2a619a7bb4d115ab)) ## [1.2.17](https://github.com/oclif/command/compare/v1.2.16...v1.2.17) (2018-02-07) ### Bug Fixes * updated config ([a9f7952](https://github.com/oclif/command/commit/a9f79525c45e18d2d0a761a502bd19174d1af748)) ## [1.2.16](https://github.com/oclif/command/compare/v1.2.15...v1.2.16) (2018-02-07) ### Bug Fixes * async ([d79cd60](https://github.com/oclif/command/commit/d79cd606fdbe62b2d80b9f91f627783b42d59747)) * async ([3831268](https://github.com/oclif/command/commit/38312680f43bfa4244467ca1f4f0542096902f55)) ## [1.2.15](https://github.com/oclif/command/compare/v1.2.14...v1.2.15) (2018-02-07) ### Performance Improvements * flush errors not cli-ux ([daed294](https://github.com/oclif/command/commit/daed294d10995de317517ea0d3e3d66a65971411)) ## [1.2.14](https://github.com/oclif/command/compare/v1.2.12...v1.2.14) (2018-02-07) ### Bug Fixes * updated config ([19b1b4f](https://github.com/oclif/command/commit/19b1b4f33f26be64ab90fe2fcbec7ed72ba71e7a)) * use LoadOptions ([b880aa3](https://github.com/oclif/command/commit/b880aa378b7e38b7f933f38c465c87567995eb1c)) ## [1.2.12](https://github.com/oclif/command/compare/v1.2.11...v1.2.12) (2018-02-06) ### Bug Fixes * allow these types ([b4fd493](https://github.com/oclif/command/commit/b4fd49343d23e4b9b469e8ee04bd33a30795bc9b)) ## [1.2.11](https://github.com/oclif/command/compare/v1.2.10...v1.2.11) (2018-02-06) ### Bug Fixes * updated config ([68b277c](https://github.com/oclif/command/commit/68b277c4502b5abf918501813ff939dce5bcbd3a)) ## [1.2.10](https://github.com/oclif/command/compare/v1.2.9...v1.2.10) (2018-02-06) ### Bug Fixes * updated parser ([3afcea3](https://github.com/oclif/command/commit/3afcea361a4af5b78743962e3793c4cfd6ceaa0f)) ## [1.2.9](https://github.com/oclif/command/compare/v1.2.8...v1.2.9) (2018-02-06) ### Bug Fixes * use @anycli/errors ([b9424dc](https://github.com/oclif/command/commit/b9424dcd68c774605f5956962571fda2c6e86eef)) ## [1.2.8](https://github.com/oclif/command/compare/v1.2.7...v1.2.8) (2018-02-05) ### Bug Fixes * add error handler ([ce49022](https://github.com/oclif/command/commit/ce490223d1d5a23619712330b1919965d3d2e143)) ## [1.2.7](https://github.com/oclif/command/compare/v1.2.6...v1.2.7) (2018-02-05) ### Bug Fixes * updated plugins plugin ([dd18e9c](https://github.com/oclif/command/commit/dd18e9c08ece41f3cbb04b21080a52ffa102cadf)) ## [1.2.6](https://github.com/oclif/command/compare/v1.2.5...v1.2.6) (2018-02-05) ### Bug Fixes * move ExitError to config ([84a397e](https://github.com/oclif/command/commit/84a397ed21572b4276bfebed3f7adc9824243690)) ## [1.2.5](https://github.com/oclif/command/compare/v1.2.4...v1.2.5) (2018-02-05) ### Bug Fixes * reduce dependencies ([7b0acc6](https://github.com/oclif/command/commit/7b0acc6f82620daebabbdc57838df055239b4edf)) ## [1.2.4](https://github.com/oclif/command/compare/v1.2.3...v1.2.4) (2018-02-03) ### Bug Fixes * fixed init hook arguments ([26895f7](https://github.com/oclif/command/commit/26895f76a879a002cf01319aba3779ba4cad8ae9)) * help improvements ([93b8f8d](https://github.com/oclif/command/commit/93b8f8d05660c51dbee2c4cd077f752a5157e692)) ## [1.2.3](https://github.com/oclif/command/compare/v1.2.2...v1.2.3) (2018-02-03) ### Bug Fixes * bump parser ([a002c7c](https://github.com/oclif/command/commit/a002c7c2e3f54a0a0bd37b4844ceea5d815d69f6)) ## [1.2.2](https://github.com/oclif/command/compare/v1.2.1...v1.2.2) (2018-02-03) ### Bug Fixes * updated config ([13a6193](https://github.com/oclif/command/commit/13a6193a1e2c577b3eaa49c6f38d2326eb40eea9)) ## [1.2.1](https://github.com/oclif/command/compare/v1.2.0...v1.2.1) (2018-02-03) ### Bug Fixes * updated config ([26e8568](https://github.com/oclif/command/commit/26e8568b8f8f778d5a74773decc92446b09d4618)) # [1.2.0](https://github.com/oclif/command/compare/v1.1.2...v1.2.0) (2018-02-03) ### Features * added _run and parse functions ([8e90f26](https://github.com/oclif/command/commit/8e90f265aebd64778590a35e959ab20d053148e4)) ## [1.1.2](https://github.com/oclif/command/compare/v1.1.1...v1.1.2) (2018-02-03) ### Bug Fixes * add run function ([bbfc5f7](https://github.com/oclif/command/commit/bbfc5f72c5e304c8a32a21cd2fd3295c8c19a9eb)) ## [1.1.1](https://github.com/oclif/command/compare/v1.1.0...v1.1.1) (2018-02-03) ### Bug Fixes * export main ([6815883](https://github.com/oclif/command/commit/68158831718f70da1cc0b282e35b108791ee6c3a)) * fixed parent module path ([6d090ae](https://github.com/oclif/command/commit/6d090aefd78fd13a556e625f8e28b445476912ee)) # [1.1.0](https://github.com/oclif/command/compare/v1.0.1...v1.1.0) (2018-02-03) ### Features * added main command for multi CLI projects ([a215636](https://github.com/oclif/command/commit/a21563609a404cd274942b55e1cf41ac0724a014)) ## [1.0.1](https://github.com/oclif/command/compare/v1.0.0...v1.0.1) (2018-02-03) ### Bug Fixes * fixed parent module path ([209d4ff](https://github.com/oclif/command/commit/209d4fff5eeca27768ef5fba96512408d2817cc4)) # [1.0.0](https://github.com/oclif/command/compare/v0.3.11...v1.0.0) (2018-02-03) ### Features * simplify command with new config ([1599c40](https://github.com/oclif/command/commit/1599c40ed9f935cff4ae4c3b3cce8ff9f7b3969e)) ### BREAKING CHANGES * This is preparation for using the new config object that will not require the engine. It is likely incompatible with any anycli version before it ## [0.3.11](https://github.com/oclif/command/compare/v0.3.10...v0.3.11) (2018-02-02) ### Bug Fixes * use cli.error on errors ([f3a45a2](https://github.com/oclif/command/commit/f3a45a20a89a517d022c90990e96039995dd52b5)) ## [0.3.10](https://github.com/oclif/command/compare/v0.3.9...v0.3.10) (2018-02-02) ### Bug Fixes * allow engine to grab --help ([f8689ea](https://github.com/oclif/command/commit/f8689ea71d2375926ae4504e755c70af0e47d21a)) * fixed --help on test command ([57659f6](https://github.com/oclif/command/commit/57659f6122fefe19ba41804633ac7edea5f007a2)) ## [0.3.9](https://github.com/oclif/command/compare/v0.3.8...v0.3.9) (2018-02-02) ### Bug Fixes * dispatch help to plugin-help ([c57e7ac](https://github.com/oclif/command/commit/c57e7aca63274505d09c801f7fa32fcf51142362)) ## [0.3.8](https://github.com/oclif/command/compare/v0.3.7...v0.3.8) (2018-02-02) ### Bug Fixes * add type to command ([dcea31b](https://github.com/oclif/command/commit/dcea31b2ba2bfcb2fb2851750ff2a77f12d1419f)) ## [0.3.7](https://github.com/oclif/command/compare/v0.3.6...v0.3.7) (2018-02-02) ### Bug Fixes * config updates ([a311900](https://github.com/oclif/command/commit/a31190002da11a8b59883923f687091afb086060)) ## [0.3.6](https://github.com/oclif/command/compare/v0.3.5...v0.3.6) (2018-02-02) ### Bug Fixes * use new plugin names ([a8a9b25](https://github.com/oclif/command/commit/a8a9b25444e57bd3e3bdbd18656416f76431d9f5)) ## [0.3.5](https://github.com/oclif/command/compare/v0.3.4...v0.3.5) (2018-02-02) ### Bug Fixes * ran generator ([bebe38a](https://github.com/oclif/command/commit/bebe38ae0a294662996e8cef5be29112929db941)) ## [0.3.4](https://github.com/oclif/command/compare/v0.3.3...v0.3.4) (2018-02-02) ### Bug Fixes * fixed default parameters ([e1fa539](https://github.com/oclif/command/commit/e1fa5399d0b2b90fc0580e4af82ded1212be4cff)) ## [0.3.3](https://github.com/oclif/command/compare/v0.3.2...v0.3.3) (2018-02-01) ### Bug Fixes * pass empty object to default ([2186ab5](https://github.com/oclif/command/commit/2186ab5a8731fc3a7bc521135dbda71c6d6bddb9)) ## [0.3.2](https://github.com/oclif/command/compare/v0.3.1...v0.3.2) (2018-02-01) ### Bug Fixes * show help for -h ([d4d4bb1](https://github.com/oclif/command/commit/d4d4bb12614a4057436667ca77c8cec2a1636cb0)) ## [0.3.1](https://github.com/oclif/command/compare/v0.3.0...v0.3.1) (2018-02-01) ### Bug Fixes * fixed --help ([d51b5cf](https://github.com/oclif/command/commit/d51b5cff69fe56bd366a2a154f08154261d4b581)) # [0.3.0](https://github.com/oclif/command/compare/v0.2.25...v0.3.0) (2018-02-01) ### Features * added version and help flags ([087b248](https://github.com/oclif/command/commit/087b248216686f4ac50c68782cda61312da26724)) ## [0.2.25](https://github.com/oclif/command/compare/v0.2.24...v0.2.25) (2018-02-01) ### Bug Fixes * added version and help flags ([ab963a2](https://github.com/oclif/command/commit/ab963a2f557902f2936f4f9c71bdb462ca661c4a)) ## [0.2.24](https://github.com/oclif/command/compare/v0.2.23...v0.2.24) (2018-02-01) ### Bug Fixes * add help values to cache ([2484d1e](https://github.com/oclif/command/commit/2484d1ecae3b8bb1ef4aa2ae24995187edf46914)) ## [0.2.23](https://github.com/oclif/command/compare/v0.2.22...v0.2.23) (2018-02-01) ### Bug Fixes * strict by default ([46c5dda](https://github.com/oclif/command/commit/46c5dda5c4895381b561c222000feb4e3484f33a)) ## [0.2.22](https://github.com/oclif/command/compare/v0.2.21...v0.2.22) (2018-02-01) ### Bug Fixes * fixed enum flag ([327e4ed](https://github.com/oclif/command/commit/327e4eddf0962331ee9bf76c2eccad9c8e64804c)) * set helpValue ([43478c8](https://github.com/oclif/command/commit/43478c808804359269d3afcc6d7a07fb128c9272)) ## [0.2.21](https://github.com/oclif/command/compare/v0.2.20...v0.2.21) (2018-02-01) ### Bug Fixes * move config to dev ([8670ce0](https://github.com/oclif/command/commit/8670ce0d3c8c131a4d5afadda43bbab03aee8e6e)) ## [0.2.20](https://github.com/oclif/command/compare/v0.2.19...v0.2.20) (2018-02-01) ### Bug Fixes * use type aliases ([547cbdd](https://github.com/oclif/command/commit/547cbdd8ba4bd710218b190b3af8987f937e02b1)) ## [0.2.19](https://github.com/oclif/command/compare/v0.2.18...v0.2.19) (2018-01-31) ### Bug Fixes * move peer deps into required ([3cc1798](https://github.com/oclif/command/commit/3cc179867d389b090f568258b784a055501a4851)) ## [0.2.18](https://github.com/oclif/command/compare/v0.2.17...v0.2.18) (2018-01-31) ### Bug Fixes * updated parser ([e828b46](https://github.com/oclif/command/commit/e828b46723c8aaa2bbc0a860d5646437cb6aeb56)) ## [0.2.17](https://github.com/oclif/command/compare/v0.2.16...v0.2.17) (2018-01-31) ### Bug Fixes * updated config with new command opts ([a186b5f](https://github.com/oclif/command/commit/a186b5f4dd55fb9767ddb2d9a5678af4a9221de0)) ## [0.2.16](https://github.com/oclif/command/compare/v0.2.15...v0.2.16) (2018-01-31) ### Bug Fixes * add init function ([029a620](https://github.com/oclif/command/commit/029a620c04d2ae4fe763d55bb3632755541fbf0e)) ## [0.2.15](https://github.com/oclif/command/compare/v0.2.14...v0.2.15) (2018-01-31) ### Bug Fixes * export parse function ([20bf6ff](https://github.com/oclif/command/commit/20bf6ffc4e4c2002534427aafd483dcafb52db0f)) ## [0.2.14](https://github.com/oclif/command/compare/v0.2.13...v0.2.14) (2018-01-31) ### Bug Fixes * variableArgs ([324e5d9](https://github.com/oclif/command/commit/324e5d9150558b444e38c74430ec1154182a3642)) ## [0.2.13](https://github.com/oclif/command/compare/v0.2.12...v0.2.13) (2018-01-31) ### Bug Fixes * allow passing this into parser ([f8fd99b](https://github.com/oclif/command/commit/f8fd99b360583423d3c6123d69bdd08279635f0a)) ## [0.2.12](https://github.com/oclif/command/compare/v0.2.11...v0.2.12) (2018-01-31) ### Bug Fixes * fixed command options ([fd71035](https://github.com/oclif/command/commit/fd7103504d590f9eaa39728a22d100ed4c95e587)) ## [0.2.11](https://github.com/oclif/command/compare/v0.2.10...v0.2.11) (2018-01-31) ### Bug Fixes * dont slice arg ([1db83e9](https://github.com/oclif/command/commit/1db83e93450be1e08e9cda672e41fd3466c69836)) ## [0.2.10](https://github.com/oclif/command/compare/v0.2.9...v0.2.10) (2018-01-31) ### Bug Fixes * add constructor to make more ts 2.7 compatible ([89dd64c](https://github.com/oclif/command/commit/89dd64c8cf2d5a725199faaaab0720b0da85c307)) * added enum flag ([26265e3](https://github.com/oclif/command/commit/26265e37219b65c4d42f3261294b326960160091)) * allow passing iconfig ([0b2bb37](https://github.com/oclif/command/commit/0b2bb37a619bfa519e82308cf5b5d57c58035319)) * allow setting flag to skip parsing ([743ac50](https://github.com/oclif/command/commit/743ac5049d539cf867b5456cc03d28442ca8b538)) * argv fixed ([afddb87](https://github.com/oclif/command/commit/afddb877293fee0a7535e827a82abdc73b7803a4)) * remove typedoc for now ([d674fcf](https://github.com/oclif/command/commit/d674fcfab555c54203d79a8e1802e6b60ef691b2)) ## [0.2.9](https://github.com/oclif/command/compare/v0.2.8...v0.2.9) (2018-01-31) ### Bug Fixes * anycli rename ([f6d0558](https://github.com/oclif/command/commit/f6d0558bb92ac09a29061a18cb1ac846f81c57f9)) ## [0.2.8](https://github.com/oclif/command/compare/v0.2.7...v0.2.8) (2018-01-30) ### Bug Fixes * remove hook from this library ([a58e668](https://github.com/oclif/command/commit/a58e668619aca4a31cf240eb46134fe7ef778004)) ## [0.2.7](https://github.com/oclif/command/compare/v0.2.6...v0.2.7) (2018-01-30) ### Bug Fixes * add title to cache ([58bb7ab](https://github.com/oclif/command/commit/58bb7ab4e077f856d8b7efd695a482ddf4c9d056)) ## [0.2.6](https://github.com/oclif/command/compare/v0.2.5...v0.2.6) (2018-01-30) ### Bug Fixes * add new config help vars ([f075793](https://github.com/oclif/command/commit/f075793a01c259f380b0254d4d00615f4e08342b)) ## [0.2.5](https://github.com/oclif/command/compare/v0.2.4...v0.2.5) (2018-01-29) ### Bug Fixes * added help properties ([16908c9](https://github.com/oclif/command/commit/16908c946e8c736ccffe0dd11d4064e427fbe4bc)) ## [0.2.4](https://github.com/oclif/command/compare/v0.2.3...v0.2.4) (2018-01-28) ### Bug Fixes * add options to convertToCached ([e47a6be](https://github.com/oclif/command/commit/e47a6be653ee59c25cb038f1bbe3774b3918d0fd)) ## [0.2.3](https://github.com/oclif/command/compare/v0.2.2...v0.2.3) (2018-01-28) ### Bug Fixes * trap hook error ([a0f770c](https://github.com/oclif/command/commit/a0f770ce3863a449bdbfac98201f48c404c5968d)) ## [0.2.2](https://github.com/oclif/command/compare/v0.2.1...v0.2.2) (2018-01-28) ### Bug Fixes * limit plugin types required ([77fae3a](https://github.com/oclif/command/commit/77fae3aa9b41282d7ea803ee7004e5831d9cce49)) ## [0.2.1](https://github.com/oclif/command/compare/v0.2.0...v0.2.1) (2018-01-28) ### Bug Fixes * expose initDebug() ([e747712](https://github.com/oclif/command/commit/e747712c9c5ff0dd4ac160840b965d79c22270e2)) # [0.2.0](https://github.com/oclif/command/compare/v0.1.23...v0.2.0) (2018-01-28) ### Features * add error context ([6ab4397](https://github.com/oclif/command/commit/6ab4397a4dae0c266e1f562fc7b22f52ad4260e5)) ## [0.1.23](https://github.com/oclif/command/compare/v0.1.22...v0.1.23) (2018-01-28) ### Bug Fixes * move @dxcli/parser into dependencies ([d70edaf](https://github.com/oclif/command/commit/d70edafbc75e0c03d313acc559c2b6c214e9752c)) ## [0.1.22](https://github.com/oclif/command/compare/v0.1.21...v0.1.22) (2018-01-28) ### Bug Fixes * add peerDependencies ([6b15af1](https://github.com/oclif/command/commit/6b15af19cc146a9e7c7d9308dcc3f65ab4c38b0a)) ## [0.1.21](https://github.com/oclif/command/compare/v0.1.20...v0.1.21) (2018-01-28) ### Bug Fixes * export convertToCachedCommand ([9bc563c](https://github.com/oclif/command/commit/9bc563c8f6e8f6647b32c1e0c52695634564b494)) ## [0.1.20](https://github.com/oclif/command/compare/v0.1.19...v0.1.20) (2018-01-28) ### Bug Fixes * add convertToCached ([3fd39b9](https://github.com/oclif/command/commit/3fd39b9ecd0d60f6aa7e01874be7a8ded157a153)) ## [0.1.19](https://github.com/oclif/command/compare/v0.1.18...v0.1.19) (2018-01-27) ### Bug Fixes * updated deps ([6430b69](https://github.com/oclif/command/commit/6430b695c01a5611a15b351a53609b38a7748018)) ## [0.1.18](https://github.com/oclif/command/compare/v0.1.17...v0.1.18) (2018-01-26) ### Bug Fixes * updated config and cli-ux ([060534e](https://github.com/oclif/command/commit/060534e2632335e4915782afb7f36225ab140d15)) ## [0.1.17](https://github.com/oclif/command/compare/v0.1.16...v0.1.17) (2018-01-26) ### Bug Fixes * set debug ([493ec08](https://github.com/oclif/command/commit/493ec082ec7062ee2f1235a7911a4b732d9de0d1)) ## [0.1.16](https://github.com/oclif/command/compare/v0.1.15...v0.1.16) (2018-01-26) ### Bug Fixes * updated deps ([b5904ce](https://github.com/oclif/command/commit/b5904ceaa65551648ff8dfc29d6fb58f5207aa8d)) ## [0.1.15](https://github.com/oclif/command/compare/v0.1.14...v0.1.15) (2018-01-25) ### Bug Fixes * updated config ([c81025c](https://github.com/oclif/command/commit/c81025c21e9e96f0c6317d3e57c72d1bfde78f07)) ## [0.1.14](https://github.com/oclif/command/compare/v0.1.13...v0.1.14) (2018-01-25) ### Bug Fixes * added typedoc ([036950b](https://github.com/oclif/command/commit/036950b6cf0e5a59206039d32822817d2e58fee3)) * ran generator ([92abb15](https://github.com/oclif/command/commit/92abb155388dbf367b6bf42c10b5d79ee84a8667)) * updated deps ([3e18992](https://github.com/oclif/command/commit/3e18992ba8c05aeeea0baf4cb51613ae50bd1c55)) ## [0.1.13](https://github.com/oclif/command/compare/v0.1.12...v0.1.13) (2018-01-20) ### Bug Fixes * remove http-call type ([9aac526](https://github.com/oclif/command/commit/9aac5264aa8f23b514295390afa8ecc1fb5e8142)) ## [0.1.12](https://github.com/oclif/command/compare/v0.1.11...v0.1.12) (2018-01-20) ### Bug Fixes * updated deps ([db0b54a](https://github.com/oclif/command/commit/db0b54a6eccda027295b2d1d1449423d34cd7933)) ## [0.1.11](https://github.com/oclif/command/compare/v0.1.10...v0.1.11) (2018-01-20) ### Bug Fixes * updated cli-ux ([2f11d05](https://github.com/oclif/command/commit/2f11d05476ba4be77aac0ceaf12c3e0893278c8c)) ## [0.1.10](https://github.com/oclif/command/compare/v0.1.9...v0.1.10) (2018-01-20) ### Bug Fixes * updated cli-ux ([345a27b](https://github.com/oclif/command/commit/345a27b45287810bec0796ab00c89348095e196f)) * updated cli-ux ([b0848e5](https://github.com/oclif/command/commit/b0848e51632f7329e8bb8901501b25dd77eafca2)) ## [0.1.9](https://github.com/oclif/command/compare/v0.1.8...v0.1.9) (2018-01-19) ### Bug Fixes * hide EEXIT ([2184233](https://github.com/oclif/command/commit/2184233b76e311a84a76ac2d973a45760397bb5f)) ## [0.1.8](https://github.com/oclif/command/compare/v0.1.7...v0.1.8) (2018-01-19) ### Bug Fixes * updated cli-ux ([30e1b12](https://github.com/oclif/command/commit/30e1b12a1a6d2359fb2c99391970f6ae44ae171c)) ## [0.1.7](https://github.com/oclif/command/compare/v0.1.6...v0.1.7) (2018-01-19) ### Bug Fixes * yarn upgrade ([5a790b9](https://github.com/oclif/command/commit/5a790b9b3e3fb2a498e2a86043c2ea5f39ffec8f)) ## [0.1.6](https://github.com/oclif/command/compare/v0.1.5...v0.1.6) (2018-01-19) ### Bug Fixes * make compatible with ICommand ([72798f5](https://github.com/oclif/command/commit/72798f58f713b0986470e10590b84354938b2fd2)) ## [0.1.5](https://github.com/oclif/command/compare/v0.1.4...v0.1.5) (2018-01-19) ### Bug Fixes * added load function ([1aeeb61](https://github.com/oclif/command/commit/1aeeb6191eb81f8addc9bbad185a67a93d745937)) ## [0.1.4](https://github.com/oclif/command/compare/v0.1.3...v0.1.4) (2018-01-19) ### Bug Fixes * always raise errors ([5a11723](https://github.com/oclif/command/commit/5a1172301bd5b9cb2c6c5d8acdd55de70169e87c)) ## [0.1.3](https://github.com/oclif/command/compare/v0.1.2...v0.1.3) (2018-01-19) ### Bug Fixes * updated cli-ux ([9c9cecf](https://github.com/oclif/command/commit/9c9cecf61278ad5b8d863ddc68c76c24a6768c97)) ## [0.1.2](https://github.com/oclif/command/compare/v0.1.1...v0.1.2) (2018-01-19) ### Bug Fixes * update config ([4590963](https://github.com/oclif/command/commit/45909633097d25a0e5fd2e277e8fd50338e3f2b6)) ## [0.1.1](https://github.com/oclif/command/compare/v0.1.0...v0.1.1) (2018-01-19) ### Bug Fixes * updated dependencies ([1f7deb2](https://github.com/oclif/command/commit/1f7deb2af526ce428d87576a48403f5c6945b33f)) # [0.1.0](https://github.com/oclif/command/compare/v0.0.0...v0.1.0) (2018-01-16) ### Bug Fixes * updated cli-ux ([7a4f576](https://github.com/oclif/command/commit/7a4f576ecb4a24debb1b1d1554d9c7918e2ee235)) ### Features * implemented base commad ([7fc7932](https://github.com/oclif/command/commit/7fc79327594129a6d07d0388a02371d917afbc05)) # 0.0.0 (2018-01-14)