Add bash completion for `trust sign --local`

Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
Harald Albers 2017-11-17 18:30:38 +01:00
parent 5e2be6584a
commit c29459c284
1 changed files with 1 additions and 1 deletions

View File

@ -4706,7 +4706,7 @@ _docker_trust_revoke() {
_docker_trust_sign() {
case "$cur" in
-*)
COMPREPLY=( $( compgen -W "--help" -- "$cur" ) )
COMPREPLY=( $( compgen -W "--help --local" -- "$cur" ) )
;;
*)
local counter=$(__docker_pos_first_nonflag)