mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update shell completion on docker ps for ancestor
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
b1cb1b1df4
commit
672bae2dc0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue