mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Add zsh completion for 'docker network ls --filter label'
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
committed by
Tibor Vass
parent
5b848ce0e4
commit
d1668b28ec
@@ -335,7 +335,7 @@ __docker_network_complete_ls_filters() {
|
||||
;;
|
||||
esac
|
||||
else
|
||||
opts=('driver' 'id' 'name' 'type')
|
||||
opts=('driver' 'id' 'label' 'name' 'type')
|
||||
_describe -t filter-opts "Filter Options" opts -qS "=" && ret=0
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user