Merge pull request #17025 from albers/completion-inspect-size

[Fix #15796] Add bash completion for `docker inspect --size`
This commit is contained in:
Brian Goff 2015-10-14 13:48:43 -04:00
Родитель aaa8cae345 29714ee836
Коммит adb37a1b39
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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