@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
@@ -1785,5 +1785,5 @@
1785
1785
  ]
1786
1786
  }
1787
1787
  },
1788
- "version": "2.16.9"
1788
+ "version": "2.16.10"
1789
1789
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@asyncapi/cli",
3
3
  "description": "All in one CLI for all AsyncAPI tools",
4
- "version": "2.16.9",
4
+ "version": "2.16.10",
5
5
  "author": "@asyncapi",
6
6
  "bin": {
7
7
  "asyncapi": "./bin/run_bin"