Skip to content

Commit

Permalink
tap command: add -f alias to --force flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rrotter committed Dec 22, 2024
1 parent f2ce131 commit 5fdb186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/cmd/tap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class TapCmd < AbstractCommand
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
Expand Down

0 comments on commit 5fdb186

Please sign in to comment.