Ver Fonte

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

Signed-off-by: Harald Albers <[email protected]>
Harald Albers há 9 anos atrás
pai
commit
622de27c1e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      contrib/completion/bash/docker-compose

+ 1 - 1
contrib/completion/bash/docker-compose

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