Update shell completion on docker ps for ancestor
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
d05294bae4
commit
8387eacede
@ -965,7 +965,7 @@ _docker_ps() {
|
|||||||
__docker_containers_all
|
__docker_containers_all
|
||||||
;;
|
;;
|
||||||
--filter|-f)
|
--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
|
compopt -o nospace
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user