#N/A: Add brew_cask_dependency rule

This commit is contained in:
Vladimir Iakovlev
2017-10-15 16:11:08 +02:00
parent a906a751c8
commit 985b2d9ec9
3 changed files with 69 additions and 0 deletions
+1
View File
@@ -279,6 +279,7 @@ Enabled by default only on specific platforms:
* `apt_get` – installs app from apt if it not installed (requires `python-commandnotfound` / `python3-commandnotfound`);
* `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_cask_dependency` – installs cask dependencies;
* `brew_install` – fixes formula name for `brew install`;
* `brew_link` – adds `--overwrite --dry-run` if linking fails;
* `brew_uninstall` – adds `--force` to `brew uninstall` if multiple versions were installed;