UNPKG

@anycli/command

Version:
551 lines (281 loc) 17.1 kB
<a name="1.1.1"></a> ## [1.1.1](https://github.com/anycli/command/compare/a21563609a404cd274942b55e1cf41ac0724a014...v1.1.1) (2018-02-03) ### Bug Fixes * export main ([6815883](https://github.com/anycli/command/commit/6815883)) * fixed parent module path ([6d090ae](https://github.com/anycli/command/commit/6d090ae)) <a name="1.1.0"></a> # [1.1.0](https://github.com/anycli/command/compare/209d4fff5eeca27768ef5fba96512408d2817cc4...v1.1.0) (2018-02-03) ### Features * added main command for multi CLI projects ([a215636](https://github.com/anycli/command/commit/a215636)) <a name="1.0.1"></a> ## [1.0.1](https://github.com/anycli/command/compare/1599c40ed9f935cff4ae4c3b3cce8ff9f7b3969e...v1.0.1) (2018-02-03) ### Bug Fixes * fixed parent module path ([209d4ff](https://github.com/anycli/command/commit/209d4ff)) <a name="1.0.0"></a> # [1.0.0](https://github.com/anycli/command/compare/f3a45a20a89a517d022c90990e96039995dd52b5...v1.0.0) (2018-02-03) ### Features * simplify command with new config ([1599c40](https://github.com/anycli/command/commit/1599c40)) ### 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 <a name="0.3.11"></a> ## [0.3.11](https://github.com/anycli/command/compare/57659f6122fefe19ba41804633ac7edea5f007a2...v0.3.11) (2018-02-02) ### Bug Fixes * use cli.error on errors ([f3a45a2](https://github.com/anycli/command/commit/f3a45a2)) <a name="0.3.10"></a> ## [0.3.10](https://github.com/anycli/command/compare/c57e7aca63274505d09c801f7fa32fcf51142362...v0.3.10) (2018-02-02) ### Bug Fixes * allow engine to grab --help ([f8689ea](https://github.com/anycli/command/commit/f8689ea)) * fixed --help on test command ([57659f6](https://github.com/anycli/command/commit/57659f6)) <a name="0.3.9"></a> ## [0.3.9](https://github.com/anycli/command/compare/dcea31b2ba2bfcb2fb2851750ff2a77f12d1419f...v0.3.9) (2018-02-02) ### Bug Fixes * dispatch help to plugin-help ([c57e7ac](https://github.com/anycli/command/commit/c57e7ac)) <a name="0.3.8"></a> ## [0.3.8](https://github.com/anycli/command/compare/a31190002da11a8b59883923f687091afb086060...v0.3.8) (2018-02-02) ### Bug Fixes * add type to command ([dcea31b](https://github.com/anycli/command/commit/dcea31b)) <a name="0.3.7"></a> ## [0.3.7](https://github.com/anycli/command/compare/a8a9b25444e57bd3e3bdbd18656416f76431d9f5...v0.3.7) (2018-02-02) ### Bug Fixes * config updates ([a311900](https://github.com/anycli/command/commit/a311900)) <a name="0.3.6"></a> ## [0.3.6](https://github.com/anycli/command/compare/bebe38ae0a294662996e8cef5be29112929db941...v0.3.6) (2018-02-02) ### Bug Fixes * use new plugin names ([a8a9b25](https://github.com/anycli/command/commit/a8a9b25)) <a name="0.3.5"></a> ## [0.3.5](https://github.com/anycli/command/compare/e1fa5399d0b2b90fc0580e4af82ded1212be4cff...v0.3.5) (2018-02-02) ### Bug Fixes * ran generator ([bebe38a](https://github.com/anycli/command/commit/bebe38a)) <a name="0.3.4"></a> ## [0.3.4](https://github.com/anycli/command/compare/2186ab5a8731fc3a7bc521135dbda71c6d6bddb9...v0.3.4) (2018-02-02) ### Bug Fixes * fixed default parameters ([e1fa539](https://github.com/anycli/command/commit/e1fa539)) <a name="0.3.3"></a> ## [0.3.3](https://github.com/anycli/command/compare/d4d4bb12614a4057436667ca77c8cec2a1636cb0...v0.3.3) (2018-02-01) ### Bug Fixes * pass empty object to default ([2186ab5](https://github.com/anycli/command/commit/2186ab5)) <a name="0.3.2"></a> ## [0.3.2](https://github.com/anycli/command/compare/d51b5cff69fe56bd366a2a154f08154261d4b581...v0.3.2) (2018-02-01) ### Bug Fixes * show help for -h ([d4d4bb1](https://github.com/anycli/command/commit/d4d4bb1)) <a name="0.3.1"></a> ## [0.3.1](https://github.com/anycli/command/compare/087b248216686f4ac50c68782cda61312da26724...v0.3.1) (2018-02-01) ### Bug Fixes * fixed --help ([d51b5cf](https://github.com/anycli/command/commit/d51b5cf)) <a name="0.3.0"></a> # [0.3.0](https://github.com/anycli/command/compare/ab963a2f557902f2936f4f9c71bdb462ca661c4a...v0.3.0) (2018-02-01) ### Features * added version and help flags ([087b248](https://github.com/anycli/command/commit/087b248)) <a name="0.2.25"></a> ## [0.2.25](https://github.com/anycli/command/compare/2484d1ecae3b8bb1ef4aa2ae24995187edf46914...v0.2.25) (2018-02-01) ### Bug Fixes * added version and help flags ([ab963a2](https://github.com/anycli/command/commit/ab963a2)) <a name="0.2.24"></a> ## [0.2.24](https://github.com/anycli/command/compare/46c5dda5c4895381b561c222000feb4e3484f33a...v0.2.24) (2018-02-01) ### Bug Fixes * add help values to cache ([2484d1e](https://github.com/anycli/command/commit/2484d1e)) <a name="0.2.23"></a> ## [0.2.23](https://github.com/anycli/command/compare/43478c808804359269d3afcc6d7a07fb128c9272...v0.2.23) (2018-02-01) ### Bug Fixes * strict by default ([46c5dda](https://github.com/anycli/command/commit/46c5dda)) <a name="0.2.22"></a> ## [0.2.22](https://github.com/anycli/command/compare/8670ce0d3c8c131a4d5afadda43bbab03aee8e6e...v0.2.22) (2018-02-01) ### Bug Fixes * fixed enum flag ([327e4ed](https://github.com/anycli/command/commit/327e4ed)) * set helpValue ([43478c8](https://github.com/anycli/command/commit/43478c8)) <a name="0.2.21"></a> ## [0.2.21](https://github.com/anycli/command/compare/547cbdd8ba4bd710218b190b3af8987f937e02b1...v0.2.21) (2018-02-01) ### Bug Fixes * move config to dev ([8670ce0](https://github.com/anycli/command/commit/8670ce0)) <a name="0.2.20"></a> ## [0.2.20](https://github.com/anycli/command/compare/3cc179867d389b090f568258b784a055501a4851...v0.2.20) (2018-02-01) ### Bug Fixes * use type aliases ([547cbdd](https://github.com/anycli/command/commit/547cbdd)) <a name="0.2.19"></a> ## [0.2.19](https://github.com/anycli/command/compare/e828b46723c8aaa2bbc0a860d5646437cb6aeb56...v0.2.19) (2018-01-31) ### Bug Fixes * move peer deps into required ([3cc1798](https://github.com/anycli/command/commit/3cc1798)) <a name="0.2.18"></a> ## [0.2.18](https://github.com/anycli/command/compare/a186b5f4dd55fb9767ddb2d9a5678af4a9221de0...v0.2.18) (2018-01-31) ### Bug Fixes * updated parser ([e828b46](https://github.com/anycli/command/commit/e828b46)) <a name="0.2.17"></a> ## [0.2.17](https://github.com/anycli/command/compare/029a620c04d2ae4fe763d55bb3632755541fbf0e...v0.2.17) (2018-01-31) ### Bug Fixes * updated config with new command opts ([a186b5f](https://github.com/anycli/command/commit/a186b5f)) <a name="0.2.16"></a> ## [0.2.16](https://github.com/anycli/command/compare/20bf6ffc4e4c2002534427aafd483dcafb52db0f...v0.2.16) (2018-01-31) ### Bug Fixes * add init function ([029a620](https://github.com/anycli/command/commit/029a620)) <a name="0.2.15"></a> ## [0.2.15](https://github.com/anycli/command/compare/324e5d9150558b444e38c74430ec1154182a3642...v0.2.15) (2018-01-31) ### Bug Fixes * export parse function ([20bf6ff](https://github.com/anycli/command/commit/20bf6ff)) <a name="0.2.14"></a> ## [0.2.14](https://github.com/anycli/command/compare/f8fd99b360583423d3c6123d69bdd08279635f0a...v0.2.14) (2018-01-31) ### Bug Fixes * variableArgs ([324e5d9](https://github.com/anycli/command/commit/324e5d9)) <a name="0.2.13"></a> ## [0.2.13](https://github.com/anycli/command/compare/fd7103504d590f9eaa39728a22d100ed4c95e587...v0.2.13) (2018-01-31) ### Bug Fixes * allow passing this into parser ([f8fd99b](https://github.com/anycli/command/commit/f8fd99b)) <a name="0.2.12"></a> ## [0.2.12](https://github.com/anycli/command/compare/1db83e93450be1e08e9cda672e41fd3466c69836...v0.2.12) (2018-01-31) ### Bug Fixes * fixed command options ([fd71035](https://github.com/anycli/command/commit/fd71035)) <a name="0.2.11"></a> ## [0.2.11](https://github.com/anycli/command/compare/d674fcfab555c54203d79a8e1802e6b60ef691b2...v0.2.11) (2018-01-31) ### Bug Fixes * dont slice arg ([1db83e9](https://github.com/anycli/command/commit/1db83e9)) <a name="0.2.10"></a> ## [0.2.10](https://github.com/anycli/command/compare/f6d0558bb92ac09a29061a18cb1ac846f81c57f9...v0.2.10) (2018-01-31) ### Bug Fixes * add constructor to make more ts 2.7 compatible ([89dd64c](https://github.com/anycli/command/commit/89dd64c)) * added enum flag ([26265e3](https://github.com/anycli/command/commit/26265e3)) * allow passing iconfig ([0b2bb37](https://github.com/anycli/command/commit/0b2bb37)) * allow setting flag to skip parsing ([743ac50](https://github.com/anycli/command/commit/743ac50)) * argv fixed ([afddb87](https://github.com/anycli/command/commit/afddb87)) * remove typedoc for now ([d674fcf](https://github.com/anycli/command/commit/d674fcf)) <a name="0.2.9"></a> ## [0.2.9](https://github.com/anycli/command/compare/b8ebf43fed7959ff8bb64a05a775a7a3ce300387...v0.2.9) (2018-01-31) ### Bug Fixes * anycli rename ([f6d0558](https://github.com/anycli/command/commit/f6d0558)) <a name="0.2.8"></a> ## [0.2.8](https://github.com/dxcli/command/compare/a94774da85b4c2d1151433b977ac8a9cb563ba92...v0.2.8) (2018-01-30) ### Bug Fixes * remove hook from this library ([a58e668](https://github.com/dxcli/command/commit/a58e668)) <a name="0.2.7"></a> ## [0.2.7](https://github.com/dxcli/command/compare/f075793a01c259f380b0254d4d00615f4e08342b...v0.2.7) (2018-01-30) ### Bug Fixes * add title to cache ([58bb7ab](https://github.com/dxcli/command/commit/58bb7ab)) <a name="0.2.6"></a> ## [0.2.6](https://github.com/dxcli/command/compare/16908c946e8c736ccffe0dd11d4064e427fbe4bc...v0.2.6) (2018-01-30) ### Bug Fixes * add new config help vars ([f075793](https://github.com/dxcli/command/commit/f075793)) <a name="0.2.5"></a> ## [0.2.5](https://github.com/dxcli/command/compare/e47a6be653ee59c25cb038f1bbe3774b3918d0fd...v0.2.5) (2018-01-29) ### Bug Fixes * added help properties ([16908c9](https://github.com/dxcli/command/commit/16908c9)) <a name="0.2.4"></a> ## [0.2.4](https://github.com/dxcli/command/compare/a0f770ce3863a449bdbfac98201f48c404c5968d...v0.2.4) (2018-01-28) ### Bug Fixes * add options to convertToCached ([e47a6be](https://github.com/dxcli/command/commit/e47a6be)) <a name="0.2.3"></a> ## [0.2.3](https://github.com/dxcli/command/compare/77fae3aa9b41282d7ea803ee7004e5831d9cce49...v0.2.3) (2018-01-28) ### Bug Fixes * trap hook error ([a0f770c](https://github.com/dxcli/command/commit/a0f770c)) <a name="0.2.2"></a> ## [0.2.2](https://github.com/dxcli/command/compare/e747712c9c5ff0dd4ac160840b965d79c22270e2...v0.2.2) (2018-01-28) ### Bug Fixes * limit plugin types required ([77fae3a](https://github.com/dxcli/command/commit/77fae3a)) <a name="0.2.1"></a> ## [0.2.1](https://github.com/dxcli/command/compare/6ab4397a4dae0c266e1f562fc7b22f52ad4260e5...v0.2.1) (2018-01-28) ### Bug Fixes * expose initDebug() ([e747712](https://github.com/dxcli/command/commit/e747712)) <a name="0.2.0"></a> # [0.2.0](https://github.com/dxcli/command/compare/d70edafbc75e0c03d313acc559c2b6c214e9752c...v0.2.0) (2018-01-28) ### Features * add error context ([6ab4397](https://github.com/dxcli/command/commit/6ab4397)) <a name="0.1.23"></a> ## [0.1.23](https://github.com/dxcli/command/compare/6b15af19cc146a9e7c7d9308dcc3f65ab4c38b0a...v0.1.23) (2018-01-28) ### Bug Fixes * move [@dxcli](https://github.com/dxcli)/parser into dependencies ([d70edaf](https://github.com/dxcli/command/commit/d70edaf)) <a name="0.1.22"></a> ## [0.1.22](https://github.com/dxcli/command/compare/9bc563c8f6e8f6647b32c1e0c52695634564b494...v0.1.22) (2018-01-28) ### Bug Fixes * add peerDependencies ([6b15af1](https://github.com/dxcli/command/commit/6b15af1)) <a name="0.1.21"></a> ## [0.1.21](https://github.com/dxcli/command/compare/4a852311f70505a4deb22dac27cf1e6fb6afbc92...v0.1.21) (2018-01-28) ### Bug Fixes * export convertToCachedCommand ([9bc563c](https://github.com/dxcli/command/commit/9bc563c)) <a name="0.1.20"></a> ## [0.1.20](https://github.com/dxcli/command/compare/6430b695c01a5611a15b351a53609b38a7748018...v0.1.20) (2018-01-28) ### Bug Fixes * add convertToCached ([3fd39b9](https://github.com/dxcli/command/commit/3fd39b9)) <a name="0.1.19"></a> ## [0.1.19](https://github.com/dxcli/command/compare/060534e2632335e4915782afb7f36225ab140d15...v0.1.19) (2018-01-27) ### Bug Fixes * updated deps ([6430b69](https://github.com/dxcli/command/commit/6430b69)) <a name="0.1.18"></a> ## [0.1.18](https://github.com/dxcli/command/compare/493ec082ec7062ee2f1235a7911a4b732d9de0d1...v0.1.18) (2018-01-26) ### Bug Fixes * updated config and cli-ux ([060534e](https://github.com/dxcli/command/commit/060534e)) <a name="0.1.17"></a> ## [0.1.17](https://github.com/dxcli/command/compare/b5904ceaa65551648ff8dfc29d6fb58f5207aa8d...v0.1.17) (2018-01-26) ### Bug Fixes * set debug ([493ec08](https://github.com/dxcli/command/commit/493ec08)) <a name="0.1.16"></a> ## [0.1.16](https://github.com/dxcli/command/compare/c81025c21e9e96f0c6317d3e57c72d1bfde78f07...v0.1.16) (2018-01-26) ### Bug Fixes * updated deps ([b5904ce](https://github.com/dxcli/command/commit/b5904ce)) <a name="0.1.15"></a> ## [0.1.15](https://github.com/dxcli/command/compare/92abb155388dbf367b6bf42c10b5d79ee84a8667...v0.1.15) (2018-01-25) ### Bug Fixes * updated config ([c81025c](https://github.com/dxcli/command/commit/c81025c)) <a name="0.1.14"></a> ## [0.1.14](https://github.com/dxcli/command/compare/9aac5264aa8f23b514295390afa8ecc1fb5e8142...v0.1.14) (2018-01-25) ### Bug Fixes * added typedoc ([036950b](https://github.com/dxcli/command/commit/036950b)) * ran generator ([92abb15](https://github.com/dxcli/command/commit/92abb15)) * updated deps ([3e18992](https://github.com/dxcli/command/commit/3e18992)) <a name="0.1.13"></a> ## [0.1.13](https://github.com/dxcli/command/compare/db0b54a6eccda027295b2d1d1449423d34cd7933...v0.1.13) (2018-01-20) ### Bug Fixes * remove http-call type ([9aac526](https://github.com/dxcli/command/commit/9aac526)) <a name="0.1.12"></a> ## [0.1.12](https://github.com/dxcli/command/compare/2f11d05476ba4be77aac0ceaf12c3e0893278c8c...v0.1.12) (2018-01-20) ### Bug Fixes * updated deps ([db0b54a](https://github.com/dxcli/command/commit/db0b54a)) <a name="0.1.11"></a> ## [0.1.11](https://github.com/dxcli/command/compare/345a27b45287810bec0796ab00c89348095e196f...v0.1.11) (2018-01-20) ### Bug Fixes * updated cli-ux ([2f11d05](https://github.com/dxcli/command/commit/2f11d05)) <a name="0.1.10"></a> ## [0.1.10](https://github.com/dxcli/command/compare/2184233b76e311a84a76ac2d973a45760397bb5f...v0.1.10) (2018-01-20) ### Bug Fixes * updated cli-ux ([345a27b](https://github.com/dxcli/command/commit/345a27b)) * updated cli-ux ([b0848e5](https://github.com/dxcli/command/commit/b0848e5)) <a name="0.1.9"></a> ## [0.1.9](https://github.com/dxcli/command/compare/30e1b12a1a6d2359fb2c99391970f6ae44ae171c...v0.1.9) (2018-01-19) ### Bug Fixes * hide EEXIT ([2184233](https://github.com/dxcli/command/commit/2184233)) <a name="0.1.8"></a> ## [0.1.8](https://github.com/dxcli/command/compare/5a790b9b3e3fb2a498e2a86043c2ea5f39ffec8f...v0.1.8) (2018-01-19) ### Bug Fixes * updated cli-ux ([30e1b12](https://github.com/dxcli/command/commit/30e1b12)) <a name="0.1.7"></a> ## [0.1.7](https://github.com/dxcli/command/compare/72798f58f713b0986470e10590b84354938b2fd2...v0.1.7) (2018-01-19) ### Bug Fixes * yarn upgrade ([5a790b9](https://github.com/dxcli/command/commit/5a790b9)) <a name="0.1.6"></a> ## [0.1.6](https://github.com/dxcli/command/compare/1aeeb6191eb81f8addc9bbad185a67a93d745937...v0.1.6) (2018-01-19) ### Bug Fixes * make compatible with ICommand ([72798f5](https://github.com/dxcli/command/commit/72798f5)) <a name="0.1.5"></a> ## [0.1.5](https://github.com/dxcli/command/compare/5a1172301bd5b9cb2c6c5d8acdd55de70169e87c...v0.1.5) (2018-01-19) ### Bug Fixes * added load function ([1aeeb61](https://github.com/dxcli/command/commit/1aeeb61)) <a name="0.1.4"></a> ## [0.1.4](https://github.com/dxcli/command/compare/9c9cecf61278ad5b8d863ddc68c76c24a6768c97...v0.1.4) (2018-01-19) ### Bug Fixes * always raise errors ([5a11723](https://github.com/dxcli/command/commit/5a11723)) <a name="0.1.3"></a> ## [0.1.3](https://github.com/dxcli/command/compare/619726d7c841e6c3534d658ee558fb9c2797f4c7...v0.1.3) (2018-01-19) ### Bug Fixes * updated cli-ux ([9c9cecf](https://github.com/dxcli/command/commit/9c9cecf)) <a name="0.1.2"></a> ## [0.1.2](https://github.com/dxcli/command/compare/1f7deb2af526ce428d87576a48403f5c6945b33f...v0.1.2) (2018-01-19) ### Bug Fixes * update config ([4590963](https://github.com/dxcli/command/commit/4590963)) <a name="0.1.1"></a> ## [0.1.1](https://github.com/dxcli/command/compare/7a4f576ecb4a24debb1b1d1554d9c7918e2ee235...v0.1.1) (2018-01-19) ### Bug Fixes * updated dependencies ([1f7deb2](https://github.com/dxcli/command/commit/1f7deb2)) <a name="0.1.0"></a> # [0.1.0](https://github.com/dxcli/command/compare/v0.0.0...v0.1.0) (2018-01-16) ### Bug Fixes * updated cli-ux ([7a4f576](https://github.com/dxcli/command/commit/7a4f576)) ### Features * implemented base commad ([7fc7932](https://github.com/dxcli/command/commit/7fc7932))