Skip to content

Commit

Permalink
docs: add missing CLI options
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Quarmby committed Aug 2, 2024
1 parent 722d8ff commit 24eee2d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
```sh
❯ npx commitlint --help

@commitlint/cli@11.0.0 - Lint your commit messages
@commitlint/cli@19.3.0 - Lint your commit messages

[input] reads from stdin if --edit, --env, --from and --to are omitted

Expand All @@ -22,6 +22,10 @@ Options:
-H, --help-url help url in error message [string]
-f, --from lower end of the commit range to lint; applies if
edit=false [string]
--git-log-args additional git log arguments as space separated string,
example '--first-parent --cherry-pick' [string]
-l, --last just analyze the last commit; applies if edit=false
[boolean]
-o, --format output format of the results [string]
-p, --parser-preset configuration preset to use for
conventional-commits-parser [string]
Expand All @@ -30,6 +34,8 @@ Options:
edit=false [string]
-V, --verbose enable verbose output for reports without problems
[boolean]
-s, --strict enable strict mode; result code 2 for warnings, 3 for
errors [boolean]
-v, --version display version information [boolean]
-h, --help Show help [boolean]
```

0 comments on commit 24eee2d

Please sign in to comment.