mirror of https://github.com/docker/cli.git
Add bash completion for `secret inspect --pretty`
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
c40952b305
commit
211bd55ae7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue