tap command: add -f alias to --force flag

This commit is contained in:
Ryan Rotter 2024-12-21 22:51:47 -05:00
parent f2ce1318b3
commit 5fdb1865f9

View File

@ -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