Merge pull request #626 from yous/git-flow-status

git-flow: remove non-existing subcommand
This commit is contained in:
Julien Nicoulaud 2019-05-26 19:44:27 +02:00 committed by GitHub
commit 95e107f1bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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
;;