From 5fdb1865f9cbe01f3ef10ea3fa111b068dc8ca5a Mon Sep 17 00:00:00 2001 From: Ryan Rotter Date: Sat, 21 Dec 2024 22:51:47 -0500 Subject: [PATCH] tap command: add -f alias to --force flag --- Library/Homebrew/cmd/tap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/tap.rb b/Library/Homebrew/cmd/tap.rb index 1c2d90021c..b6e1a7dccd 100644 --- a/Library/Homebrew/cmd/tap.rb +++ b/Library/Homebrew/cmd/tap.rb @@ -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