bash completion for `docker-compose bundle --fetch-digests`

Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
Harald Albers 2016-06-29 08:45:36 -07:00 committed by Aanand Prasad
parent 3b4a53c959
commit f7853a30bd
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ _docker_compose_bundle() {
;;
esac
COMPREPLY=( $( compgen -W "--help --output -o" -- "$cur" ) )
COMPREPLY=( $( compgen -W "--fetch-digests --help --output -o" -- "$cur" ) )
}