Merge pull request #5673 from GauthamGoli/fix-formula-options-bug
cli_parser: Dont raise FormulaUnavailableError
This commit is contained in:
commit
ec3eb25994
@ -162,6 +162,8 @@ module Homebrew
|
||||
end
|
||||
end
|
||||
end
|
||||
rescue FormulaUnavailableError
|
||||
[]
|
||||
end
|
||||
|
||||
def hide_from_man_page!
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user