Ver código fonte

Update docker.bash script for build -rm

Michael Crosby 12 anos atrás
pai
commit
1d935c6307
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      contrib/docker.bash

+ 1 - 1
contrib/docker.bash

@@ -114,7 +114,7 @@ _docker_build()
 
 	case "$cur" in
 		-*)
-			COMPREPLY=( $( compgen -W "-no-cache -t -q" -- "$cur" ) )
+			COMPREPLY=( $( compgen -W "-no-cache -t -q -rm" -- "$cur" ) )
 			;;
 		*)
 			_filedir