docs: syntax

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

View file

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