mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
bash completion for docker ps --filter status=dead
Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: 58013afb39
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
ca11a29225
commit
c8e83c8fba
@@ -1423,7 +1423,7 @@ _docker_ps() {
|
||||
return
|
||||
;;
|
||||
*status=*)
|
||||
COMPREPLY=( $( compgen -W "exited paused restarting running" -- "${cur#=}" ) )
|
||||
COMPREPLY=( $( compgen -W "created dead exited paused restarting running" -- "${cur#=}" ) )
|
||||
return
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user