diff options
| author | Mike McQuaid | 2016-10-02 18:21:04 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-10-02 18:21:04 +0100 |
| commit | 8eac5314f68cbe3f99ed92a2dc6472f7546b188c (patch) | |
| tree | 99894aa10e251828f95294ef7192a6605229a43c /Library/Homebrew | |
| parent | 4f916cdfee8d95fd9437c018877fa6a47a89e83e (diff) | |
| download | brew-8eac5314f68cbe3f99ed92a2dc6472f7546b188c.tar.bz2 | |
Add official external commands to manpage.
These are the ones that are auto-installed without tapping and it makes
sense to make them more prominent in our documentation as we've
offloaded various functionality over the years to each of them.
Diffstat (limited to 'Library/Homebrew')
| -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 |
