mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
docs(git-commit): document attention flag
This commit is contained in:
parent
3ee108ccb3
commit
8e088ded82
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ plugins=(... git-commit)
|
||||||
## Syntax
|
## Syntax
|
||||||
|
|
||||||
```zsh
|
```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
|
> ⚠️ Single/Double quotes around the scope and message are required
|
||||||
|
|
Loading…
Reference in a new issue