From e649a7d09e86e2265f17ecd2915fc38f9be0711c Mon Sep 17 00:00:00 2001 From: Connor Mann <34930543+cnnrmnn@users.noreply.github.com> Date: Fri, 7 May 2021 10:12:31 -0400 Subject: [PATCH] Update Library/Homebrew/cmd/tap.rb Add tap --full deprecation TODO Co-authored-by: Rylan Polster --- Library/Homebrew/cmd/tap.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/cmd/tap.rb b/Library/Homebrew/cmd/tap.rb index e2aad0f520..45cfbf3986 100644 --- a/Library/Homebrew/cmd/tap.rb +++ b/Library/Homebrew/cmd/tap.rb @@ -58,6 +58,7 @@ module Homebrew else if args.full? opoo "`brew tap --full` is now a no-op!" + # TODO: (3.2) Uncomment the following line and remove the `opoo` above # odeprecated "`brew tap --full`" end