From 8eac5314f68cbe3f99ed92a2dc6472f7546b188c Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 2 Oct 2016 18:21:04 +0100 Subject: 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. --- Library/Homebrew/manpages/brew.1.md.erb | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'Library') 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: + + + * `cask`: + Install macOS applications distributed as binaries: + + + * `services`: + Integrates Homebrew formulae with macOS's `launchctl` manager: + + +## CUSTOM EXTERNAL COMMANDS Homebrew, like `git`(1), supports external commands. These are executable scripts that reside somewhere in the `PATH`, named `brew-` or @@ -251,7 +265,7 @@ If your proxy requires authentication: Homebrew Documentation: -`git`(1), `git-log`(1) +`brew-cask`(1), `git`(1), `git-log`(1) ## AUTHORS -- cgit v1.2.3