Add bash completion for secret inspect --pretty

Signed-off-by: Harald Albers <github@albersweb.de>
(cherry picked from commit 211bd55ae7)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Harald Albers
2017-07-03 16:55:16 +02:00
committed by Sebastiaan van Stijn
parent 1c82e267a7
commit 02a80c5c3c

View File

@ -4107,7 +4107,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