Skip to content
Snippets Groups Projects
Commit 46476ae4 authored by Jack Nagel's avatar Jack Nagel
Browse files

Fix `brew options --all`

Fixes Homebrew/homebrew#18625.
parent 8d000110
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ require 'cmd/outdated'
def ff
if ARGV.include? "--all"
Formula
Formula.to_a
elsif ARGV.include? "--installed"
# outdated brews count as installed
outdated = Homebrew.outdated_brews.collect{ |b| b.name }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment