diff options
| author | Mike McQuaid | 2018-02-27 12:07:30 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2018-02-27 12:07:30 +0000 |
| commit | 6302da37f66fe9bb04e95fe67e8529fe0086187d (patch) | |
| tree | 9e82c9878d286a3aab61a934f95b5bd2b687e764 /manpages | |
| parent | 7b365262ff356a059bb812c9e34478e04095ca06 (diff) | |
| download | brew-6302da37f66fe9bb04e95fe67e8529fe0086187d.tar.bz2 | |
Add prof and ruby commands.
These are imported from Homebrew/homebrew-dev-tools and are both used by
maintainers so may be useful for contributors too.
Diffstat (limited to 'manpages')
| -rw-r--r-- | manpages/brew.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manpages/brew.1 b/manpages/brew.1 index 56ae23677..0f99f3af6 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -801,6 +801,10 @@ Generate Homebrew\'s manpages\. If \fB\-\-fail\-if\-changed\fR is passed, the command will return a failing status code if changes are detected in the manpage outputs\. This can be used for CI to be notified when the manpages are out of date\. Additionally, the date used in new manpages will match those in the existing manpages (to allow comparison without factoring in the date)\. . .TP +\fBprof\fR [\fIruby options\fR] +Run Homebrew with the Ruby profiler\. For example: +. +.TP \fBpull\fR [\fB\-\-bottle\fR] [\fB\-\-bump\fR] [\fB\-\-clean\fR] [\fB\-\-ignore\-whitespace\fR] [\fB\-\-resolve\fR] [\fB\-\-branch\-okay\fR] [\fB\-\-no\-pbcopy\fR] [\fB\-\-no\-publish\fR] [\fB\-\-warn\-on\-publish\-failure\fR] [\fB\-\-bintray\-org=\fR\fIbintray\-org\fR] [\fB\-\-test\-bot\-user=\fR\fItest\-bot\-user\fR] \fIpatch\-source\fR [\fIpatch\-source\fR]: . .IP @@ -862,6 +866,10 @@ Output the merged pull requests on Homebrew/brew between two Git refs\. If no \f If \fB\-\-markdown\fR is passed, output as a Markdown list\. . .TP +\fBruby\fR [\fIruby options\fR] +Run a Ruby instance with Homebrew\'s libraries loaded\. For example: +. +.TP \fBtap\-new\fR \fIuser\fR\fB/\fR\fIrepo\fR Generate the template files for a new tap\. . |
