diff options
| author | Mike McQuaid | 2018-02-28 11:36:23 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2018-02-28 11:36:23 +0000 |
| commit | 2205f62ec672643b845579f8687b0372b256f485 (patch) | |
| tree | 7cb071d7138feb1811fe2f700dba581c654cb554 /manpages | |
| parent | 6302da37f66fe9bb04e95fe67e8529fe0086187d (diff) | |
| download | brew-2205f62ec672643b845579f8687b0372b256f485.tar.bz2 | |
irb: add pry support.
Make `brew irb` optionally support `pry`. While doing so, also make it a `dev-cmd`.
Diffstat (limited to 'manpages')
| -rw-r--r-- | manpages/brew.1 | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/manpages/brew.1 b/manpages/brew.1 index 0f99f3af6..60cd7cc80 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -291,13 +291,6 @@ If \fB\-\-interactive\fR (or \fB\-i\fR) is passed, download and patch \fIformula If \fB\-\-git\fR (or \fB\-g\fR) is passed, Homebrew will create a Git repository, useful for creating patches to the software\. . .TP -\fBirb\fR [\fB\-\-examples\fR] -Enter the interactive Homebrew Ruby shell\. -. -.IP -If \fB\-\-examples\fR is passed, several examples will be shown\. -. -.TP \fBleaves\fR Show installed formulae that are not dependencies of another installed formula\. . @@ -781,6 +774,13 @@ Open \fIformula\fR in the editor\. Display the path where \fIformula\fR is located\. . .TP +\fBirb\fR [\fB\-\-examples\fR] [\fB\-\-pry\fR] +Enter the interactive Homebrew Ruby shell\. +. +.IP +If \fB\-\-examples\fR is passed, several examples will be shown\. If \fB\-\-pry\fR is passed or HOMEBREW_PRY is set, pry will be used instead of irb\. +. +.TP \fBlinkage\fR [\fB\-\-test\fR] [\fB\-\-reverse\fR] \fIformula\fR Checks the library links of an installed formula\. . @@ -1048,6 +1048,10 @@ A personal access token for the GitHub API, which you can create at \fIhttps://g \fINote:\fR Homebrew doesn\'t require permissions for any of the scopes\. . .TP +\fBHOMEBREW_INSTALL_BADGE\fR +Text printed before the installation summary of each successful build\. Defaults to the beer emoji\. +. +.TP \fBHOMEBREW_LOGS\fR If set, Homebrew will use the given directory to store log files\. . @@ -1089,8 +1093,8 @@ While ensuring your downloads are fully secure, this is likely to cause from\-so If set, Homebrew will not use the GitHub API for e\.g searches or fetching relevant issues on a failed install\. . .TP -\fBHOMEBREW_INSTALL_BADGE\fR -Text printed before the installation summary of each successful build\. Defaults to the beer emoji\. +\fBHOMEBREW_PRY\fR +If set, Homebrew will use \fBpry\fR for the \fBbrew irb\fR command\. . .TP \fBHOMEBREW_SVN\fR |
