brew_bash_completion: complete --force for brew link
Closes Homebrew/homebrew#19828. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
		
							parent
							
								
									132e6a3a8e
								
							
						
					
					
						commit
						0244040825
					
				@ -234,7 +234,7 @@ _brew_link ()
 | 
			
		||||
    local cur="${COMP_WORDS[COMP_CWORD]}"
 | 
			
		||||
    case "$cur" in
 | 
			
		||||
    --*)
 | 
			
		||||
        __brewcomp "--dry-run --overwrite"
 | 
			
		||||
        __brewcomp "--dry-run --overwrite --force"
 | 
			
		||||
        return
 | 
			
		||||
        ;;
 | 
			
		||||
    esac
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user