@oclif/plugin-help
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -0,1 +1,9 @@ | ||
<a name="2.0.3"></a> | ||
## [2.0.3](https://github.com/oclif/plugin-help/compare/v2.0.2...v2.0.3) (2018-05-31) | ||
### Bug Fixes | ||
* read from `example` or `examples` ([d08f33b](https://github.com/oclif/plugin-help/commit/d08f33b)) | ||
<a name="2.0.2"></a> | ||
@@ -2,0 +10,0 @@ ## [2.0.2](https://github.com/oclif/plugin-help/compare/v2.0.1...v2.0.2) (2018-05-30) |
@@ -33,3 +33,3 @@ "use strict"; | ||
this.aliases(cmd.aliases), | ||
this.examples(cmd.examples), | ||
this.examples(cmd.examples || cmd.example), | ||
]).join('\n\n'); | ||
@@ -36,0 +36,0 @@ if (this.opts.stripAnsi) |
@@ -1,1 +0,1 @@ | ||
{"version":"2.0.2","commands":{"help":{"id":"help","description":"display help for <%= config.bin %>","pluginName":"@oclif/plugin-help","pluginType":"core","aliases":[],"flags":{"all":{"name":"all","type":"boolean","description":"see all commands in CLI"}},"args":[{"name":"command","description":"command to show help for","required":false}]}}} | ||
{"version":"2.0.3","commands":{"help":{"id":"help","description":"display help for <%= config.bin %>","pluginName":"@oclif/plugin-help","pluginType":"core","aliases":[],"flags":{"all":{"name":"all","type":"boolean","description":"see all commands in CLI"}},"args":[{"name":"command","description":"command to show help for","required":false}]}}} |
{ | ||
"name": "@oclif/plugin-help", | ||
"description": "standard help for oclif", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/plugin-help/issues", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40841