untap: add --force switch
Co-authored-by: Eric Knibbe <enk3@outlook.com>
This commit is contained in:
parent
5f9140f8a8
commit
e397f388f3
@ -36,7 +36,10 @@ module Homebrew
|
|||||||
|
|
||||||
if installed_tap_formulae.length.positive? || installed_tap_casks.length.positive?
|
if installed_tap_formulae.length.positive? || installed_tap_casks.length.positive?
|
||||||
if args.force?
|
if args.force?
|
||||||
opoo "Untapping #{tap} even though it contains formulae or casks that are currently installed."
|
opoo <<~EOS
|
||||||
|
Untapping #{tap} even though it contains the following installed formulae or casks:
|
||||||
|
#{(installed_tap_formulae + installed_tap_casks.map(&:token)).join("\n")}
|
||||||
|
EOS
|
||||||
else
|
else
|
||||||
odie <<~EOS
|
odie <<~EOS
|
||||||
Refusing to untap #{tap} because it contains the following installed formulae or casks:
|
Refusing to untap #{tap} because it contains the following installed formulae or casks:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user