Add bash completion for secret inspect --pretty
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user