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

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:
Harald Albers
2015-10-14 17:34:56 +02:00
parent 4b1e8fe9a1
commit cce0231be7

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