Add zsh completion for 'docker volume ls --filter label'
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
Upstream-commit: 1ccb0210f5
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
7200460d95
commit
6fcdf10549
@ -1272,7 +1272,7 @@ __docker_volume_complete_ls_filters() {
|
||||
;;
|
||||
esac
|
||||
else
|
||||
opts=('dangling' 'driver' 'name')
|
||||
opts=('dangling' 'driver' 'label' 'name')
|
||||
_describe -t filter-opts "Filter Options" opts -qS "=" && ret=0
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user