@anycli/command
Advanced tools
Comparing version 0.3.5 to 0.3.6
@@ -0,1 +1,9 @@ | ||
<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> | ||
@@ -2,0 +10,0 @@ ## [0.3.5](https://github.com/anycli/command/compare/e1fa5399d0b2b90fc0580e4af82ded1212be4cff...v0.3.5) (2018-02-02) |
@@ -86,3 +86,3 @@ "use strict"; | ||
else if (err instanceof HelpErr || err.message.match(/Unexpected argument: -h/)) { | ||
const Helper = require('@anycli/help').default; | ||
const Helper = require('@anycli/plugin-help').default; | ||
const help = new Helper(config); | ||
@@ -89,0 +89,0 @@ help.command(this.convertToCached()); |
{ | ||
"name": "@anycli/command", | ||
"description": "anycli base command", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -16,3 +16,3 @@ "bugs": "https://github.com/anycli/command/issues", | ||
"@anycli/config": "^0.2.11", | ||
"@anycli/help": "^0.3.5", | ||
"@anycli/plugin-help": "^0.3.6", | ||
"@anycli/tslint": "^0.2.2", | ||
@@ -19,0 +19,0 @@ "@types/chai": "^4.1.2", |
27649