Add bash completion for plugin install --disable-content-trust

Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: ad4e1a9c61
Component: cli
This commit is contained in:
Harald Albers
2017-06-02 00:10:49 +00:00
committed by Tibor Vass
parent 10c83e10b1
commit b777b51905
@@ -3286,7 +3286,7 @@ _docker_plugin_install() {
case "$cur" in
-*)
COMPREPLY=( $( compgen -W "--alias --disable --grant-all-permissions --help" -- "$cur" ) )
COMPREPLY=( $( compgen -W "--alias --disable --disable-content-trust=false --grant-all-permissions --help" -- "$cur" ) )
;;
esac
}