We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08afdae commit f540cb8Copy full SHA for f540cb8
docs/usage.md
@@ -26,8 +26,8 @@ The AsyncAPI CLI makes it easier to work with AsyncAPI documents.
26
$ npm install -g @asyncapi/cli
27
$ asyncapi COMMAND
28
running command...
29
-$ asyncapi (--version)
30
-@asyncapi/cli/2.14.1 linux-x64 node-v18.20.5
+$ asyncapi (--version | --v)
+@asyncapi/cli/2.16.1 linux-x64 node-v18.20.5
31
$ asyncapi --help [COMMAND]
32
USAGE
33
package.json
@@ -105,7 +105,7 @@
105
"oclif": {
106
"commands": "./lib/commands",
107
"bin": "asyncapi",
108
- "additionalVersionFlags": ["-v"],
+ "additionalVersionFlags": ["--v"],
109
"hooks": {
110
"command_not_found": [
111
"./lib/hooks/command_not_found/myhook"
0 commit comments