Add bash completion for secret inspect --pretty

Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: 211bd55ae7
Component: cli
This commit is contained in:
Harald Albers
2017-07-07 12:03:51 +02:00
parent 41ac0e363c
commit 9bf76d9f74
@@ -4151,7 +4151,7 @@ _docker_secret_inspect() {
case "$cur" in
-*)
COMPREPLY=( $( compgen -W "--format -f --help" -- "$cur" ) )
COMPREPLY=( $( compgen -W "--format -f --help --pretty" -- "$cur" ) )
;;
*)
__docker_complete_secrets