Add zsh completion for 'docker-compose rm -a --all'

Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
Steve Durrheimer 2016-03-25 18:52:28 +01:00 committed by Daniel Nephin
parent 1ad88662c0
commit c6c1afd568
1 changed files with 1 additions and 0 deletions

View File

@ -266,6 +266,7 @@ __docker-compose_subcommand() {
(rm)
_arguments \
$opts_help \
'(-a --all)'{-a,--all}"[Also remove one-off containers]" \
'(-f --force)'{-f,--force}"[Don't ask to confirm removal]" \
'-v[Remove volumes associated with containers]' \
'*:stopped services:__docker-compose_stoppedservices' && ret=0