Merge pull request #15919 from vdemeester/14570-contrib-completion
Update shell completion on docker ps for ancestor Upstream-commit: d6a94fbf22cb80d80d783fff2768b3eff579d248 Component: engine
This commit is contained in:
@@ -965,7 +965,7 @@ _docker_ps() {
|
||||
__docker_containers_all
|
||||
;;
|
||||
--filter|-f)
|
||||
COMPREPLY=( $( compgen -S = -W "exited id label name status" -- "$cur" ) )
|
||||
COMPREPLY=( $( compgen -S = -W "ancestor exited id label name status" -- "$cur" ) )
|
||||
compopt -o nospace
|
||||
return
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user