Merge pull request #555 from josephfrazier/brew-uninstall-force

Suggest `brew uninstall --force` when relevant
This commit is contained in:
Vladimir Iakovlev
2016-10-02 17:14:54 +02:00
committed by GitHub
3 changed files with 45 additions and 0 deletions
+1
View File
@@ -239,6 +239,7 @@ Enabled by default only on specific platforms:
* `apt_get_search` – changes trying to search using `apt-get` with searching using `apt-cache`;
* `apt_invalid_operation` – fixes invalid `apt` and `apt-get` calls, like `apt-get isntall vim`;
* `brew_install` – fixes formula name for `brew install`;
* `brew_uninstall` – adds `--force` to `brew uninstall` if multiple versions were installed;
* `brew_unknown_command` – fixes wrong brew commands, for example `brew docto/brew doctor`;
* `brew_update_formula` &ndash; turns `brew update <formula>` into `brew upgrade <formula>`;
* `brew_upgrade` &ndash; appends `--all` to `brew upgrade` as per Homebrew's new behaviour;