1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

Add bash completion for docker inspect --size

Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: 3a89624209
Component: cli
This commit is contained in:
Harald Albers
2015-10-14 17:34:56 +02:00
committed by Tibor Vass
parent 9a66bfc2e3
commit e44fcd2712

View File

@@ -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