mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
git-flow: remove non-existing subcommand
git-flow calls a subcommand based on filename, see https://github.com/nvie/gitflow/blob/15aab26490facf285acef56cb5d61025eacb3a69/git-flow#L91-L97. But git-flow-status doesn't exist on git-flow repository.
This commit is contained in:
@@ -60,7 +60,6 @@ _git-flow ()
|
||||
'hotfix:Manage your hotfix branches.'
|
||||
'support:Manage your support branches.'
|
||||
'version:Shows version information.'
|
||||
'status:Shows some status.'
|
||||
)
|
||||
_describe -t commands 'git flow' subcommands
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user