We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a5f35f commit f223a88Copy full SHA for f223a88
@commitlint/cli/src/cli.js
@@ -23,7 +23,7 @@ const cli = meow(
23
--color, -c toggle colored output, defaults to: true
24
--edit, -e read last commit message from the specified file or fallbacks to ./.git/COMMIT_EDITMSG
25
--from, -f lower end of the commit range to lint; applies if edit=false
26
- --to, -t upper end of the commit range to lint; applies if edit=false
+ --to, -t upper end of the commit range to lint; applies if edit=false
27
28
Usage
29
$ echo "some commit" | commitlint
0 commit comments