Update Library/Homebrew/cmd/tap.rb

Add tap --full deprecation TODO

Co-authored-by: Rylan Polster <rslpolster@gmail.com>
This commit is contained in:
Connor Mann 2021-05-07 10:12:31 -04:00 committed by cnnrmnn
parent b5569ffd33
commit e649a7d09e

View File

@ -58,6 +58,7 @@ module Homebrew
else else
if args.full? if args.full?
opoo "`brew tap --full` is now a no-op!" 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`" # odeprecated "`brew tap --full`"
end end