@anycli/command
Advanced tools
Comparing version 0.3.10 to 0.3.11
@@ -0,1 +1,9 @@ | ||
<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> | ||
@@ -2,0 +10,0 @@ ## [0.3.10](https://github.com/anycli/command/compare/c57e7aca63274505d09c801f7fa32fcf51142362...v0.3.10) (2018-02-02) |
@@ -90,3 +90,3 @@ "use strict"; | ||
else | ||
throw err; | ||
cli_ux_1.default.error(err); | ||
} | ||
@@ -93,0 +93,0 @@ finally { |
{ | ||
"name": "@anycli/command", | ||
"description": "anycli base command", | ||
"version": "0.3.10", | ||
"version": "0.3.11", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -16,3 +16,3 @@ "bugs": "https://github.com/anycli/command/issues", | ||
"@anycli/config": "^0.3.1", | ||
"@anycli/plugin-help": "^0.4.7", | ||
"@anycli/plugin-help": "^0.5.0", | ||
"@anycli/tslint": "^0.2.2", | ||
@@ -19,0 +19,0 @@ "@types/chai": "^4.1.2", |
28661