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 794c04f commit ba8cdc2Copy full SHA for ba8cdc2
docs/reference/cli.md
@@ -1,9 +1,14 @@
1
+<script setup>
2
+ import packageJson from "../../@commitlint/cli/package.json"
3
+ const commitlintVersion = packageJson.version
4
+</script>
5
+
6
# CLI
7
-```sh
8
+```sh-vue
9
❯ npx commitlint --help
10
-@commitlint/cli@19.5.0 - Lint your commit messages
11
+@commitlint/cli@{{ commitlintVersion }} - Lint your commit messages
12
13
[input] reads from stdin if --edit, --env, --from and --to are omitted
14
0 commit comments