mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
bash completion for docker-compose bundle --fetch-digests
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
3b4a53c959
commit
f7853a30bd
@ -117,7 +117,7 @@ _docker_compose_bundle() {
|
||||
;;
|
||||
esac
|
||||
|
||||
COMPREPLY=( $( compgen -W "--help --output -o" -- "$cur" ) )
|
||||
COMPREPLY=( $( compgen -W "--fetch-digests --help --output -o" -- "$cur" ) )
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user