docs: syntax

This commit is contained in:
Rejman 2024-02-22 00:32:35 -03:00
parent 3889a66a5f
commit 6fa29f7a2b

View file

@ -12,6 +12,9 @@ plugins=(... git-commit)
```zsh
git <type> [(-s, --scope) "<scope>"] "<message>"
git <type> [(-a, --attention)] "<message>"
git <type> [(-s, --scope) "<scope>"] [(-a, --attention)] "<message>"
git <type> [(-sa, -as)] "<scope>" "<message>" "<message>"
```
> ⚠️ Single/Double quotes around the scope and message are required