Merge pull request #18985 from rrotter/force_tap
tap command: add -f alias to --force flag
This commit is contained in:
		
						commit
						7d31007bab
					
				@ -42,7 +42,7 @@ module Homebrew
 | 
			
		||||
        switch "--eval-all",
 | 
			
		||||
               description: "Evaluate all the formulae, casks and aliases in the new tap to check validity. " \
 | 
			
		||||
                            "Implied if `HOMEBREW_EVAL_ALL` is set."
 | 
			
		||||
        switch "--force",
 | 
			
		||||
        switch "-f", "--force",
 | 
			
		||||
               description: "Force install core taps even under API mode."
 | 
			
		||||
 | 
			
		||||
        named_args :tap, max: 2
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user