mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add zsh completion for 'docker network ls --filter label'
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
parent
89bb4d96e4
commit
afca8a454a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue