@asyncapi/cli 2.16.9 → 2.16.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -27,7 +27,7 @@ const hook = function (opts) {
|
|
|
27
27
|
return;
|
|
28
28
|
}
|
|
29
29
|
// now we we return if the command id are not there.
|
|
30
|
-
let binHelp = `${opts.config.bin} help`;
|
|
30
|
+
let binHelp = `${opts.config.bin} --help`;
|
|
31
31
|
const idSplit = opts.id.split(':');
|
|
32
32
|
if (opts.config.findTopic(idSplit[0])) {
|
|
33
33
|
// if valid topic, update binHelp with topic
|
package/oclif.manifest.json
CHANGED