mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-09 23:07:56 +02:00
Fix changelog --list completion bug
This commit is contained in:
@ -95,7 +95,7 @@ __git_author_names() {
|
||||
|
||||
_git-changelog() {
|
||||
_arguments \
|
||||
'(-l --list)'{-l, --list}'[list commits]' \
|
||||
'(-l --list)'{-l,--list}'[list commits]' \
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user