cli/named_args: don't interpret --formula/--cask args as paths
This commit is contained in:
parent
b4274c8e00
commit
ba2ecede1a
@ -230,7 +230,7 @@ module Homebrew
|
|||||||
@to_paths[only] ||= Homebrew.with_no_api_env_if_needed(@without_api) do
|
@to_paths[only] ||= Homebrew.with_no_api_env_if_needed(@without_api) do
|
||||||
downcased_unique_named.flat_map do |name|
|
downcased_unique_named.flat_map do |name|
|
||||||
path = Pathname(name)
|
path = Pathname(name)
|
||||||
if File.exist?(name)
|
if only.nil? && File.exist?(name)
|
||||||
path
|
path
|
||||||
elsif name.count("/") == 1 && !name.start_with?("./", "/")
|
elsif name.count("/") == 1 && !name.start_with?("./", "/")
|
||||||
tap = Tap.fetch(name)
|
tap = Tap.fetch(name)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user