#N/A Add a new rule brew_update_formula

This commit is contained in:
Pablo Santiago Blum de Aguiar
2016-04-20 22:27:39 -03:00
parent 5ec4909d2f
commit 9d9820676a
3 changed files with 43 additions and 0 deletions
+1
View File
@@ -222,6 +222,7 @@ Enabled by default only on specific platforms:
* `apt_invalid_operation` – fixes invalid `apt` and `apt-get` calls, like `apt-get isntall vim`;
* `brew_install` – fixes formula name for `brew install`;
* `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;
* `pacman` &ndash; installs app with `pacman` if it is not installed (uses `yaourt` if available);
* `pacman_not_found` &ndash; fixes package name with `pacman` or `yaourt`.