Add bash completion for `secret inspect --pretty`

Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
Harald Albers 2017-07-03 16:55:16 +02:00
parent c40952b305
commit 211bd55ae7
1 changed files with 1 additions and 1 deletions

View File

@ -4151,7 +4151,7 @@ _docker_secret_inspect() {
case "$cur" in case "$cur" in
-*) -*)
COMPREPLY=( $( compgen -W "--format -f --help" -- "$cur" ) ) COMPREPLY=( $( compgen -W "--format -f --help --pretty" -- "$cur" ) )
;; ;;
*) *)
__docker_complete_secrets __docker_complete_secrets