@oclif/command
Advanced tools
Comparing version 1.4.8 to 1.4.9
@@ -0,1 +1,10 @@ | ||
<a name="1.4.9"></a> | ||
## [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/a8d4d93)) | ||
* updated deps and fixed linter ([bda888a](https://github.com/oclif/command/commit/bda888a)) | ||
<a name="1.4.8"></a> | ||
@@ -2,0 +11,0 @@ ## [1.4.8](https://github.com/oclif/command/compare/v1.4.7...v1.4.8) (2018-04-08) |
@@ -36,7 +36,4 @@ "use strict"; | ||
description: 'show CLI help' }, opts, { parse: (_, cmd) => { | ||
const HHelp = require('@oclif/plugin-help').default; | ||
const help = new HHelp(cmd.config); | ||
help.showHelp(cmd.argv); | ||
cmd.exit(0); | ||
cmd._help(); | ||
} })); | ||
}; |
{ | ||
"name": "@oclif/command", | ||
"description": "oclif base command", | ||
"version": "1.4.8", | ||
"version": "1.4.9", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -14,4 +14,4 @@ "bugs": "https://github.com/oclif/command/issues", | ||
"dependencies": { | ||
"@oclif/errors": "^1.0.3", | ||
"@oclif/parser": "^3.2.9", | ||
"@oclif/errors": "^1.0.4", | ||
"@oclif/parser": "^3.2.11", | ||
"debug": "^3.1.0", | ||
@@ -21,6 +21,6 @@ "semver": "^5.5.0" | ||
"devDependencies": { | ||
"@oclif/config": "^1.3.62", | ||
"@oclif/plugin-help": "^1.2.2", | ||
"@oclif/config": "^1.4.0", | ||
"@oclif/plugin-help": "^1.2.3", | ||
"@oclif/plugin-plugins": "^1.0.8", | ||
"@oclif/tslint": "^1.0.2", | ||
"@oclif/tslint": "^1.1.0", | ||
"@types/chai": "^4.1.2", | ||
@@ -31,3 +31,3 @@ "@types/mocha": "^5.0.0", | ||
"chai": "^4.1.2", | ||
"fancy-test": "^1.0.3", | ||
"fancy-test": "^1.0.4", | ||
"mocha": "^5.0.5", | ||
@@ -34,0 +34,0 @@ "ts-node": "^5.0.1", |
45529
384
Updated@oclif/errors@^1.0.4
Updated@oclif/parser@^3.2.11