0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

docs(git-commit): document attention flag

This commit is contained in:
Carlo Sala 2024-03-02 01:25:20 +01:00
parent 3ee108ccb3
commit 8e088ded82
No known key found for this signature in database
GPG key ID: DA6FB450C1A4FE9A

View file

@ -11,7 +11,7 @@ plugins=(... git-commit)
## Syntax
```zsh
git <type> [(-s, --scope) "<scope>"] "<message>"
git <type> [(-s, --scope) "<scope>"] [(-a, --attention)] "<message>"
```
> ⚠️ Single/Double quotes around the scope and message are required