cmd/search.rb: add commented-out deprecation.
This commit is contained in:
parent
2a29715042
commit
c4cc8da39a
@ -78,6 +78,7 @@ module Homebrew
|
|||||||
|
|
||||||
puts Formatter.columns(Cask::Cask.to_a.map(&:full_name).sort)
|
puts Formatter.columns(Cask::Cask.to_a.map(&:full_name).sort)
|
||||||
else
|
else
|
||||||
|
# odeprecated "'brew search' with no arguments to output formulae", "'brew formulae'"
|
||||||
puts Formatter.columns(Formula.full_names.sort)
|
puts Formatter.columns(Formula.full_names.sort)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user