@anycli/command
Advanced tools
Comparing version 0.3.9 to 0.3.10
@@ -0,1 +1,10 @@ | ||
<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> | ||
@@ -2,0 +11,0 @@ ## [0.3.9](https://github.com/anycli/command/compare/dcea31b2ba2bfcb2fb2851750ff2a77f12d1419f...v0.3.9) (2018-02-02) |
@@ -76,3 +76,3 @@ "use strict"; | ||
throw new VersionErr(); | ||
if (argv.includes('--help') || g.anycli.command.showHelp) | ||
if (g.anycli.command.showHelp) | ||
throw new HelpErr(); | ||
@@ -79,0 +79,0 @@ return await cmd.run(); |
{ | ||
"name": "@anycli/command", | ||
"description": "anycli base command", | ||
"version": "0.3.9", | ||
"version": "0.3.10", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/anycli/command/issues", |
28396