cmd/search.rb: add commented-out deprecation.

This commit is contained in:
Mike McQuaid 2020-11-20 12:43:51 +00:00
parent 2a29715042
commit c4cc8da39a
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -78,6 +78,7 @@ module Homebrew
puts Formatter.columns(Cask::Cask.to_a.map(&:full_name).sort)
else
# odeprecated "'brew search' with no arguments to output formulae", "'brew formulae'"
puts Formatter.columns(Formula.full_names.sort)
end