Merge pull request #3646 from leonhartX/zsh-completion-push

add zsh completion for push
This commit is contained in:
Joffrey F 2016-06-28 15:50:32 -07:00 committed by GitHub
commit b89dc99e8e
1 changed files with 6 additions and 0 deletions

View File

@ -278,6 +278,12 @@ __docker-compose_subcommand() {
'--ignore-pull-failures[Pull what it can and ignores images with pull failures.]' \
'*:services:__docker-compose_services_from_image' && ret=0
;;
(push)
_arguments \
$opts_help \
'--ignore-push-failures[Push what it can and ignores images with push failures.]' \
'*:services:__docker-compose_services' && ret=0
;;
(rm)
_arguments \
$opts_help \