Add bash completion for docker inspect --size
Signed-off-by: Harald Albers <github@albersweb.de> Upstream-commit: 29714ee836fa263143986de8dc04bbf821277eab Component: engine
This commit is contained in:
@ -906,7 +906,7 @@ _docker_inspect() {
|
||||
|
||||
case "$cur" in
|
||||
-*)
|
||||
COMPREPLY=( $( compgen -W "--format -f --type --help" -- "$cur" ) )
|
||||
COMPREPLY=( $( compgen -W "--format -f --help --size -s --type" -- "$cur" ) )
|
||||
;;
|
||||
*)
|
||||
case $(__docker_value_of_option --type) in
|
||||
|
||||
Reference in New Issue
Block a user