diff options
| author | Mike McQuaid | 2016-10-02 20:14:32 +0100 |
|---|---|---|
| committer | GitHub | 2016-10-02 20:14:32 +0100 |
| commit | 7d31a70373edae4d8e78d91a4cbc05324bebc3ba (patch) | |
| tree | 931927f0c6e005ad73ec2c2b96bdb17db9b1f711 /Library | |
| parent | 564fa8867dd865c686d243ba48c202e0cb6a35fe (diff) | |
| parent | 8eac5314f68cbe3f99ed92a2dc6472f7546b188c (diff) | |
| download | brew-7d31a70373edae4d8e78d91a4cbc05324bebc3ba.tar.bz2 | |
Merge pull request #1214 from MikeMcQuaid/official-external-commands-manpage
Add official external commands to manpage.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/manpages/brew.1.md.erb | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/Library/Homebrew/manpages/brew.1.md.erb b/Library/Homebrew/manpages/brew.1.md.erb index bc2140b40..7412d0a69 100644 --- a/Library/Homebrew/manpages/brew.1.md.erb +++ b/Library/Homebrew/manpages/brew.1.md.erb @@ -54,7 +54,21 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note <%= developer_commands.join("\n") %> -## EXTERNAL COMMANDS +## OFFICIAL EXTERNAL COMMANDS + + * `bundle`: + Bundler for non-Ruby dependencies from Homebrew: + <https://github.com/Homebrew/homebrew-bundle> + + * `cask`: + Install macOS applications distributed as binaries: + <https://github.com/caskroom/homebrew-cask> + + * `services`: + Integrates Homebrew formulae with macOS's `launchctl` manager: + <https://github.com/Homebrew/homebrew-services> + +## CUSTOM EXTERNAL COMMANDS Homebrew, like `git`(1), supports external commands. These are executable scripts that reside somewhere in the `PATH`, named `brew-`<cmdname> or @@ -251,7 +265,7 @@ If your proxy requires authentication: Homebrew Documentation: <https://github.com/Homebrew/brew/blob/master/docs/> -`git`(1), `git-log`(1) +`brew-cask`(1), `git`(1), `git-log`(1) ## AUTHORS |
