From 481a0976436f657ecabee8d04502423516db9864 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 25 Oct 2016 23:59:55 +0100 Subject: uninstall: document --ignore-dependencies --- docs/brew.1.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/brew.1.html b/docs/brew.1.html index bb8775ceb..0f5bf034a 100644 --- a/docs/brew.1.html +++ b/docs/brew.1.html @@ -245,8 +245,11 @@ packages.

If --force is passed, then treat installed formulae and passed formulae like if they are from same taps and migrate them anyway.

-
missing [formulae]

Check the given formulae for missing dependencies. If no formulae are -given, check all installed brews.

+
missing [--hide=hidden] [formulae]

Check the given formulae for missing dependencies. If no formulae are +given, check all installed brews.

+ +

If --hide=hidden is passed, act as if none of hidden are installed. +hidden should be a comma-seperated list of formulae.

options [--compact] (--all|--installed|formulae)

Display install options specific to formulae.

If --compact is passed, show all options on a single line separated by @@ -348,10 +351,13 @@ for version is v1.

tap-pin tap

Pin tap, prioritizing its formulae over core when formula names are supplied by the user. See also tap-unpin.

tap-unpin tap

Unpin tap so its formulae are no longer prioritized. See also tap-pin.

-
uninstall, rm, remove [--force] formula

Uninstall formula.

+
uninstall, rm, remove [--force] [--ignore-dependencies] formula

Uninstall formula.

If --force is passed, and there are multiple versions of formula -installed, delete all installed versions.

+installed, delete all installed versions.

+ +

If --ignore-dependencies is passed, uninstalling won't fail, even if +formulae depending on formula would still be installed.

unlink [--dry-run] formula

Remove symlinks for formula from the Homebrew prefix. This can be useful for temporarily disabling a formula: brew unlink foo && commands && brew link foo.

-- cgit v1.2.3