Merge pull request #18985 from rrotter/force_tap

tap command: add -f alias to --force flag
This commit is contained in:
Patrick Linnane 2024-12-22 17:09:25 +00:00 committed by GitHub
commit 7d31007bab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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