Merge pull request #5673 from GauthamGoli/fix-formula-options-bug

cli_parser: Dont raise FormulaUnavailableError
This commit is contained in:
Mike McQuaid 2019-02-05 10:39:05 +01:00 committed by GitHub
commit ec3eb25994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,6 +162,8 @@ module Homebrew
end
end
end
rescue FormulaUnavailableError
[]
end
def hide_from_man_page!