We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc75b96 commit e11fe05Copy full SHA for e11fe05
.changeset/forty-apples-fix.md
@@ -0,0 +1,5 @@
1
+---
2
+"@asyncapi/cli": patch
3
4
+
5
+fix: Wrong Error message in -h command #1725
src/core/hooks/command_not_found/myhook.ts
@@ -23,7 +23,7 @@ const hook: Hook.CommandNotFound = async function (opts) {
23
24
// now we we return if the command id are not there.
25
26
- let binHelp = `${opts.config.bin} help`;
+ let binHelp = `${opts.config.bin} --help`;
27
28
const idSplit = opts.id.split(':');
29
if (opts.config.findTopic(idSplit[0])) {
0 commit comments