Open rcmdnk opened 1 month ago
Some non-core formulae's names conflict with core's formulae.
For example:
In this case, if you install hashicorp/tap/packer, brew ls shows packer.
brew ls
packer
brew ls --full-name shows hashicorp/tap/packer.
brew ls --full-name
hashicorp/tap/packer
Currently, brew-file writes packer only and this will make a wrong condition.
Some non-core formulae's names conflict with core's formulae.
For example:
In this case, if you install hashicorp/tap/packer,
brew ls
showspacker
.brew ls --full-name
showshashicorp/tap/packer
.Currently, brew-file writes
packer
only and this will make a wrong condition.