## [2.1.4](https://github.com/oclif/plugin-help/compare/v2.1.3...v2.1.4) (2018-11-12) ### Bug Fixes * Expose command help method ([#33](https://github.com/oclif/plugin-help/issues/33)) ([0c0a0d9](https://github.com/oclif/plugin-help/commit/0c0a0d9)) ## [2.1.3](https://github.com/oclif/plugin-help/compare/v2.1.2...v2.1.3) (2018-10-13) ### Bug Fixes * remove greenkeeper badge ([63640c7](https://github.com/oclif/plugin-help/commit/63640c7)) ## [2.1.2](https://github.com/oclif/plugin-help/compare/v2.1.1...v2.1.2) (2018-09-13) ### Bug Fixes * move strip-ansi into dependencies ([17863f9](https://github.com/oclif/plugin-help/commit/17863f9)) ## [2.1.1](https://github.com/oclif/plugin-help/compare/v2.1.0...v2.1.1) (2018-09-01) ### Bug Fixes * show docs for allowNo on boolean flags ([208a27a](https://github.com/oclif/plugin-help/commit/208a27a)) # [2.1.0](https://github.com/oclif/plugin-help/compare/v2.0.5...v2.1.0) (2018-08-17) ### Features * typescript 3 ([53c4d0f](https://github.com/oclif/plugin-help/commit/53c4d0f)) ## [2.0.5](https://github.com/oclif/plugin-help/compare/v2.0.4...v2.0.5) (2018-06-06) ### Bug Fixes * show argument options in help ([#26](https://github.com/oclif/plugin-help/issues/26)) ([0c8d1bf](https://github.com/oclif/plugin-help/commit/0c8d1bf)) ## [2.0.4](https://github.com/oclif/plugin-help/compare/v2.0.3...v2.0.4) (2018-05-31) ### Bug Fixes * trim descriptions ([d26baaa](https://github.com/oclif/plugin-help/commit/d26baaa)) ## [2.0.3](https://github.com/oclif/plugin-help/compare/v2.0.2...v2.0.3) (2018-05-31) ### Bug Fixes * read from `example` or `examples` ([d08f33b](https://github.com/oclif/plugin-help/commit/d08f33b)) ## [2.0.2](https://github.com/oclif/plugin-help/compare/v2.0.1...v2.0.2) (2018-05-30) ### Bug Fixes * allow setting COLUMNS env var ([961fea0](https://github.com/oclif/plugin-help/commit/961fea0)) ## [2.0.1](https://github.com/oclif/plugin-help/compare/v2.0.0...v2.0.1) (2018-05-30) ### Bug Fixes * single line to separate examples ([da1c488](https://github.com/oclif/plugin-help/commit/da1c488)) # [2.0.0](https://github.com/oclif/plugin-help/compare/v1.2.11...v2.0.0) (2018-05-28) ### Features * removed commands command ([cfcac30](https://github.com/oclif/plugin-help/commit/cfcac30)) ### BREAKING CHANGES * `commands` command is no longer in this plugin it will be moved into @oclif/plugin-commands ## [1.2.11](https://github.com/oclif/plugin-help/compare/v1.2.10...v1.2.11) (2018-05-14) ### Bug Fixes * use gray for ConEmu ([d0a469d](https://github.com/oclif/plugin-help/commit/d0a469d)) ## [1.2.10](https://github.com/oclif/plugin-help/compare/v1.2.9...v1.2.10) (2018-05-03) ### Bug Fixes * updated semantic-release ([e3ff4aa](https://github.com/oclif/plugin-help/commit/e3ff4aa)) ## [1.2.9](https://github.com/oclif/plugin-help/compare/v1.2.8...v1.2.9) (2018-05-03) ### Bug Fixes * manifest ([711b996](https://github.com/oclif/plugin-help/commit/711b996)) ## [1.2.8](https://github.com/oclif/plugin-help/compare/v1.2.7...v1.2.8) (2018-05-03) ### Bug Fixes * updated command ([6a725d4](https://github.com/oclif/plugin-help/commit/6a725d4)) ## [1.2.7](https://github.com/oclif/plugin-help/compare/v1.2.6...v1.2.7) (2018-05-01) ### Bug Fixes * updated command ([2909558](https://github.com/oclif/plugin-help/commit/2909558)) ## [1.2.6](https://github.com/oclif/plugin-help/compare/v1.2.5...v1.2.6) (2018-05-01) ### Bug Fixes * updated command and chalk ([136aaa3](https://github.com/oclif/plugin-help/commit/136aaa3)) ## [1.2.5](https://github.com/oclif/plugin-help/compare/v1.2.4...v1.2.5) (2018-04-20) ### Bug Fixes * show topic list without extra newline ([89d0bc5](https://github.com/oclif/plugin-help/commit/89d0bc5)) ## [1.2.4](https://github.com/oclif/plugin-help/compare/v1.2.3...v1.2.4) (2018-04-10) ### Bug Fixes * updated command ([5837908](https://github.com/oclif/plugin-help/commit/5837908)) ## [1.2.3](https://github.com/oclif/plugin-help/compare/v1.2.2...v1.2.3) (2018-04-07) ### Bug Fixes * show extra line between examples ([d05ec75](https://github.com/oclif/plugin-help/commit/d05ec75)) ## [1.2.2](https://github.com/oclif/plugin-help/compare/v1.2.1...v1.2.2) (2018-03-28) ### Bug Fixes * updated [@oclif](https://github.com/oclif)/command ([01e4d9b](https://github.com/oclif/plugin-help/commit/01e4d9b)) ## [1.2.1](https://github.com/oclif/plugin-help/compare/v1.2.0...v1.2.1) (2018-03-24) ### Bug Fixes * move help into its own section ([8099431](https://github.com/oclif/plugin-help/commit/8099431)) # [1.2.0](https://github.com/oclif/plugin-help/compare/v1.1.8...v1.2.0) (2018-03-24) ### Bug Fixes * use new semantic-release ([8bdc8fc](https://github.com/oclif/plugin-help/commit/8bdc8fc)) ### Features * show version on root help ([988de52](https://github.com/oclif/plugin-help/commit/988de52)) ## [1.1.8](https://github.com/oclif/plugin-help/compare/a4a769687bd7a19f535773c5ab39064b6b35ac0b...v1.1.8) (2018-03-24) ### Bug Fixes * updated command ([5e3b8f5](https://github.com/oclif/plugin-help/commit/5e3b8f5)) ## [1.1.7](https://github.com/oclif/plugin-help/compare/cb5f9bea2c14d88afd94843026b09d245f584864...v1.1.7) (2018-03-23) ### Bug Fixes * updated deps ([a4a7696](https://github.com/oclif/plugin-help/commit/a4a7696)) ## [1.1.6](https://github.com/oclif/plugin-help/compare/967d74a74c77f4a8ac7a389b91b92dfaa9caaff1...v1.1.6) (2018-02-28) ### Bug Fixes * updated deps ([cb5f9be](https://github.com/oclif/plugin-help/commit/cb5f9be)) ## [1.1.5](https://github.com/oclif/plugin-help/compare/829e75edaf307223a1693b16d10e2216e0f5f9ba...v1.1.5) (2018-02-17) ### Bug Fixes * fix help command ([c60c0cb](https://github.com/oclif/plugin-help/commit/c60c0cb)) * fixed tests ([967d74a](https://github.com/oclif/plugin-help/commit/967d74a)) ## [1.1.4](https://github.com/oclif/plugin-help/compare/7a9b7508cb0d44c8e1ab2c8ba081d30bbd99e230...v1.1.4) (2018-02-17) ### Bug Fixes * only show topics 1 level deep ([829e75e](https://github.com/oclif/plugin-help/commit/829e75e)) * only show topics 1 level deep ([5af8a0b](https://github.com/oclif/plugin-help/commit/5af8a0b)) ## [1.1.3](https://github.com/oclif/plugin-help/compare/81c089f2b549984de4e8e25f1d941698b7f63cb3...v1.1.3) (2018-02-17) ### Bug Fixes * hide hidden topics ([7a9b750](https://github.com/oclif/plugin-help/commit/7a9b750)) ## [1.1.2](https://github.com/oclif/plugin-help/compare/165a53c8d7f6705b20fa56553e6d78cb689d882e...v1.1.2) (2018-02-17) ### Bug Fixes * use topics only ([81c089f](https://github.com/oclif/plugin-help/commit/81c089f)) ## [1.1.1](https://github.com/oclif/plugin-help/compare/67d1cba010649852ecbd1b6870e91e06df35aa28...v1.1.1) (2018-02-17) ### Bug Fixes * sort commands/topics ([165a53c](https://github.com/oclif/plugin-help/commit/165a53c)) # [1.1.0](https://github.com/oclif/plugin-help/compare/de750328be54793875516f99a40cc5dd8a7bc8cf...v1.1.0) (2018-02-17) ### Features * add topics ([67d1cba](https://github.com/oclif/plugin-help/commit/67d1cba)) ## [1.0.5](https://github.com/oclif/plugin-help/compare/66cd4cdfba29f6e6c81f45742a5528038375830f...v1.0.5) (2018-02-17) ### Bug Fixes * read options if flagValue is undefined ([abe43d8](https://github.com/oclif/plugin-help/commit/abe43d8)) * updated deps ([de75032](https://github.com/oclif/plugin-help/commit/de75032)) ## [1.0.4](https://github.com/oclif/plugin-help/compare/a382ee982a225d48d7650f1ced7fd97ea90e1ebf...v1.0.4) (2018-02-17) ### Bug Fixes * trim usage ([06de470](https://github.com/oclif/plugin-help/commit/06de470)) * updated deps ([66cd4cd](https://github.com/oclif/plugin-help/commit/66cd4cd)) ## [1.0.3](https://github.com/oclif/plugin-help/compare/7e709205248664666654cf0750c3209c43327298...v1.0.3) (2018-02-15) ### Bug Fixes * updated command ([a382ee9](https://github.com/oclif/plugin-help/commit/a382ee9)) ## [1.0.2](https://github.com/oclif/plugin-help/compare/651763997bf220f980aa43b522d8f2d1bdaf1275...v1.0.2) (2018-02-15) ### Bug Fixes * hide OPTIONS for now ([7e70920](https://github.com/oclif/plugin-help/commit/7e70920)) ## [1.0.1](https://github.com/oclif/plugin-help/compare/v1.0.0...v1.0.1) (2018-02-13) ### Bug Fixes * updated command ([6517639](https://github.com/oclif/plugin-help/commit/6517639)) ## [0.7.4](https://github.com/oclif/plugin-help/compare/v0.7.3...v0.7.4) (2018-02-13) ### Bug Fixes * oclif rename ([fb1bbe9](https://github.com/oclif/plugin-help/commit/fb1bbe9)) ## [0.7.2](https://github.com/anycli/plugin-help/compare/123c328fa036f3e17d21544fb2fa6fe76ac9407a...v0.7.2) (2018-02-07) ### Bug Fixes * async ([95e455e](https://github.com/anycli/plugin-help/commit/95e455e)) ## [0.7.1](https://github.com/oclif/plugin-help/compare/d33c3d84347133558382fbd9ee9a13af27418fd6...v0.7.1) (2018-02-07) ### Bug Fixes * async ([123c328](https://github.com/oclif/plugin-help/commit/123c328)) # [0.7.0](https://github.com/oclif/plugin-help/compare/476ec1dc0601bd75e8062759cb6e29aec1ce698b...v0.7.0) (2018-02-07) ### Bug Fixes * fixed tests ([d33c3d8](https://github.com/oclif/plugin-help/commit/d33c3d8)) ### Features * add examples ([6fd821c](https://github.com/oclif/plugin-help/commit/6fd821c)) ## [0.6.9](https://github.com/oclif/plugin-help/compare/61a26af71387aae48988ff161a186c7728ad3e30...v0.6.9) (2018-02-07) ### Bug Fixes * updated config ([476ec1d](https://github.com/oclif/plugin-help/commit/476ec1d)) ## [0.6.8](https://github.com/oclif/plugin-help/compare/692a7e663f79a676e8de8c136bef6662f2ed29b3...v0.6.8) (2018-02-06) ### Bug Fixes * fixed topic list ([61a26af](https://github.com/oclif/plugin-help/commit/61a26af)) * fixed topic list ([b42fde4](https://github.com/oclif/plugin-help/commit/b42fde4)) ## [0.6.7](https://github.com/oclif/plugin-help/compare/v0.6.6...v0.6.7) (2018-02-06) ### Bug Fixes * simplify ([692a7e6](https://github.com/oclif/plugin-help/commit/692a7e6)) ## [0.6.5](https://github.com/oclif/plugin-help/compare/3259b8742a5164bfdd6d5db516ef7ba59e1fba0b...v0.6.5) (2018-02-06) ### Bug Fixes * updated command ([6ee12a9](https://github.com/oclif/plugin-help/commit/6ee12a9)) ## [0.6.4](https://github.com/oclif/plugin-help/compare/b53cc909d0a29135360c95e110facee45602a764...v0.6.4) (2018-02-06) ### Bug Fixes * use [@oclif](https://github.com/oclif)/errors ([3259b87](https://github.com/oclif/plugin-help/commit/3259b87)) ## [0.6.3](https://github.com/oclif/plugin-help/compare/8d2a146505f02ccc0854601a28223ae3d2acbf2c...v0.6.3) (2018-02-05) ### Bug Fixes * require lodash.template ([b53cc90](https://github.com/oclif/plugin-help/commit/b53cc90)) ## [0.6.2](https://github.com/oclif/plugin-help/compare/32b9b620962c54b8102dc878f70104dd4084c62f...v0.6.2) (2018-02-05) ### Bug Fixes * reduce dependencies ([8d2a146](https://github.com/oclif/plugin-help/commit/8d2a146)) ## [0.6.1](https://github.com/oclif/plugin-help/compare/4cc24aa7608b55071b4b9bd3aece77a671eb84c5...v0.6.1) (2018-02-05) ### Bug Fixes * make dependencies optional ([32b9b62](https://github.com/oclif/plugin-help/commit/32b9b62)) # [0.6.0](https://github.com/oclif/plugin-help/compare/4f48c42033e51edbad3d8b721f3bc8ef625b5101...v0.6.0) (2018-02-03) ### Bug Fixes * tweaks to make help render better ([4cc24aa](https://github.com/oclif/plugin-help/commit/4cc24aa)) ### Features * generalize help coordination inot showHelp() ([fa37288](https://github.com/oclif/plugin-help/commit/fa37288)) ## [0.5.1](https://github.com/oclif/plugin-help/compare/fcc41a0a404c914c93dbe925d77a57c31fb7c162...v0.5.1) (2018-02-03) ### Bug Fixes * updated config ([4f48c42](https://github.com/oclif/plugin-help/commit/4f48c42)) # [0.5.0](https://github.com/oclif/plugin-help/compare/64df8c5c7b792285348af0e55a30887bc7dbab96...v0.5.0) (2018-02-02) ### Features * use lodash template on help strings ([fcc41a0](https://github.com/oclif/plugin-help/commit/fcc41a0)) ## [0.4.7](https://github.com/oclif/plugin-help/compare/3d73da87de46d9f80bd2b2ce510a89f9930f8a7a...v0.4.7) (2018-02-02) ### Bug Fixes * add showHelp method ([64df8c5](https://github.com/oclif/plugin-help/commit/64df8c5)) ## [0.4.6](https://github.com/oclif/plugin-help/compare/cf0d4b42149d39aeb7e3956a6c94fb1c63d68d72...v0.4.6) (2018-02-02) ### Bug Fixes * cache bust ([3d73da8](https://github.com/oclif/plugin-help/commit/3d73da8)) ## [0.4.5](https://github.com/oclif/plugin-help/compare/30ca7c144bafb2e1ee6a701a559e755614115b76...v0.4.5) (2018-02-02) ### Bug Fixes * fixing manifest ([cf0d4b4](https://github.com/oclif/plugin-help/commit/cf0d4b4)) ## [0.4.4](https://github.com/oclif/plugin-help/compare/241df8abf10d3f96e025db6f9c83d0a94cccd801...v0.4.4) (2018-02-02) ### Bug Fixes * fixed manifest location ([30ca7c1](https://github.com/oclif/plugin-help/commit/30ca7c1)) ## [0.4.3](https://github.com/oclif/plugin-help/compare/08cf2fbb6583a3f8547705a1bc9e6a909f3866ec...v0.4.3) (2018-02-02) ### Bug Fixes * fix manifest writing ([241df8a](https://github.com/oclif/plugin-help/commit/241df8a)) ## [0.4.2](https://github.com/oclif/plugin-help/compare/67c842d81cb9975967654e148be2d630fb372c20...v0.4.2) (2018-02-02) ### Bug Fixes * add plugin manifest ([08cf2fb](https://github.com/oclif/plugin-help/commit/08cf2fb)) ## [0.4.1](https://github.com/oclif/plugin-help/compare/7bedad5eb4865c8b3c2264a06f52dd99af6b74dc...v0.4.1) (2018-02-02) ### Bug Fixes * prep for lodash templating ([67c842d](https://github.com/oclif/plugin-help/commit/67c842d)) # [0.4.0](https://github.com/oclif/plugin-help/compare/d8df03bee99d520c51bf1754c00ed084b6a01170...v0.4.0) (2018-02-02) ### Features * show default flag/arg values ([7bedad5](https://github.com/oclif/plugin-help/commit/7bedad5)) ## [0.3.7](https://github.com/oclif/plugin-help/compare/2977578c307c7092192179ee73cb1d4b634d8049...v0.3.7) (2018-02-02) ### Bug Fixes * fixed help in CI ([d8df03b](https://github.com/oclif/plugin-help/commit/d8df03b)) ## [0.3.6](https://github.com/oclif/plugin-help/compare/fc0f0f5b5ae0c36e0409398f361fbab41707e2bb...v0.3.6) (2018-02-02) ### Bug Fixes * triggering release ([2977578](https://github.com/oclif/plugin-help/commit/2977578)) ## [0.3.5](https://github.com/oclif/help/compare/608ba929331f1b5353e226d043c91863e2d60595...v0.3.5) (2018-02-01) ### Bug Fixes * remove blue color ([945ccc5](https://github.com/oclif/help/commit/945ccc5)) ## [0.3.4](https://github.com/oclif/help/compare/85ec92fc619517934f62d365a2610e6e04661cec...v0.3.4) (2018-02-01) ### Bug Fixes * updated command ([da099da](https://github.com/oclif/help/commit/da099da)) ## [0.3.3](https://github.com/oclif/help/compare/8c13ae47789018ad093f1fb6d3a248da10e8ac86...v0.3.3) (2018-02-01) ### Bug Fixes * hide underline if complex value ([85ec92f](https://github.com/oclif/help/commit/85ec92f)) ## [0.3.2](https://github.com/oclif/help/compare/8046612a23df4c73910a6624781ab0ae96a0998e...v0.3.2) (2018-02-01) ### Bug Fixes * hide commands command ([8c13ae4](https://github.com/oclif/help/commit/8c13ae4)) ## [0.3.1](https://github.com/oclif/help/compare/af7eb9b155fa44f2e7261b25b94dc76d05040422...v0.3.1) (2018-02-01) ### Bug Fixes * updated engine ([8046612](https://github.com/oclif/help/commit/8046612)) * work on markdown generator ([0c50c69](https://github.com/oclif/help/commit/0c50c69)) # [0.3.0](https://github.com/oclif/help/compare/258a5b3873f6557959b72c1d116f44d0e5111e94...v0.3.0) (2018-01-31) ### Bug Fixes * add dev plugins ([7d8a3c7](https://github.com/oclif/help/commit/7d8a3c7)) ### Features * added basic root command support ([af7eb9b](https://github.com/oclif/help/commit/af7eb9b)) ## [0.2.3](https://github.com/oclif/help/compare/1d28ed1244d6ac74fbd0a4fce9e1a74b1523c081...v0.2.3) (2018-01-31) ### Bug Fixes * updated deps ([258a5b3](https://github.com/oclif/help/commit/258a5b3)) ## [0.2.2](https://github.com/oclif/help/compare/b4bed623435a2f4ea73d2ad813589f3105e4299e...v0.2.2) (2018-01-31) ### Bug Fixes * updated engine ([1d28ed1](https://github.com/oclif/help/commit/1d28ed1)) ## [0.2.1](https://github.com/dxcli/help/compare/bc53900d424978ab143773eae4651e0ee591ee2f...v0.2.1) (2018-01-30) ### Bug Fixes * improve help output ([65a1ef8](https://github.com/dxcli/help/commit/65a1ef8)) # [0.2.0](https://github.com/dxcli/help/compare/a65df6995f0da999ccc9348f8d25582c3af637e9...v0.2.0) (2018-01-30) ### Features * added help command ([bc53900](https://github.com/dxcli/help/commit/bc53900)) # [0.1.0](https://github.com/dxcli/help/compare/v0.0.0...v0.1.0) (2018-01-30) ### Features * added command help ([a65df69](https://github.com/dxcli/help/commit/a65df69))