Add zsh completion for 'docker network ls --filter label'

Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
Steve Durrheimer 2016-05-14 19:38:39 +02:00
parent 89bb4d96e4
commit afca8a454a
No known key found for this signature in database
GPG Key ID: 5435BD02508176B7
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ __docker_network_complete_ls_filters() {
;; ;;
esac esac
else else
opts=('driver' 'id' 'name' 'type') opts=('driver' 'id' 'label' 'name' 'type')
_describe -t filter-opts "Filter Options" opts -qS "=" && ret=0 _describe -t filter-opts "Filter Options" opts -qS "=" && ret=0
fi fi