Merge pull request #3368 from MikeMcQuaid/unhide-readall-update-reset
Unhide readall and update-reset from manpage.
This commit is contained in:
commit
25d8771518
@ -1,11 +1,9 @@
|
|||||||
#: @hide_from_man_page
|
|
||||||
#: * `readall` [tap]:
|
#: * `readall` [tap]:
|
||||||
#: Import all formulae from specified taps (defaults to
|
#: Import all formulae from specified taps (defaults to all installed taps).
|
||||||
#: all installed taps).
|
|
||||||
#:
|
#:
|
||||||
#: This can be useful for debugging issues across all formulae
|
#: This can be useful for debugging issues across all formulae when making
|
||||||
#: when making significant changes to `formula.rb`,
|
#: significant changes to `formula.rb`, testing the performance of loading
|
||||||
#: or to determine if any current formulae have Ruby issues.
|
#: all formulae or to determine if any current formulae have Ruby issues.
|
||||||
|
|
||||||
require "readall"
|
require "readall"
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#: @hide_from_man_page
|
|
||||||
#: * `update-reset`:
|
#: * `update-reset`:
|
||||||
#: Fetches and resets Homebrew and all tap repositories using `git`(1) to
|
#: Fetches and resets Homebrew and all tap repositories using `git`(1) to
|
||||||
#: their latest `origin/master`.
|
#: their latest `origin/master`. Note this will destroy all your uncommitted
|
||||||
|
#: or committed changes.
|
||||||
|
|
||||||
homebrew-update-reset() {
|
homebrew-update-reset() {
|
||||||
local DIR
|
local DIR
|
||||||
|
|||||||
@ -386,6 +386,13 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
|
|||||||
If `--dry-run` or `-n` is passed, show what would be removed, but do not
|
If `--dry-run` or `-n` is passed, show what would be removed, but do not
|
||||||
actually remove anything.
|
actually remove anything.
|
||||||
|
|
||||||
|
* `readall` [tap]:
|
||||||
|
Import all formulae from specified taps (defaults to all installed taps).
|
||||||
|
|
||||||
|
This can be useful for debugging issues across all formulae when making
|
||||||
|
significant changes to `formula.rb`, testing the performance of loading
|
||||||
|
all formulae or to determine if any current formulae have Ruby issues.
|
||||||
|
|
||||||
* `reinstall` `formula`:
|
* `reinstall` `formula`:
|
||||||
Uninstall and then install `formula`.
|
Uninstall and then install `formula`.
|
||||||
|
|
||||||
@ -553,6 +560,11 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
|
|||||||
If `--force` (or `-f`) is specified then always do a slower, full update check even
|
If `--force` (or `-f`) is specified then always do a slower, full update check even
|
||||||
if unnecessary.
|
if unnecessary.
|
||||||
|
|
||||||
|
* `update-reset`:
|
||||||
|
Fetches and resets Homebrew and all tap repositories using `git`(1) to
|
||||||
|
their latest `origin/master`. Note this will destroy all your uncommitted
|
||||||
|
or committed changes.
|
||||||
|
|
||||||
* `upgrade` [`install-options`] [`--cleanup`] [`--fetch-HEAD`] [`formulae`]:
|
* `upgrade` [`install-options`] [`--cleanup`] [`--fetch-HEAD`] [`formulae`]:
|
||||||
Upgrade outdated, unpinned brews.
|
Upgrade outdated, unpinned brews.
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
.\" generated with Ronn/v0.7.3
|
.\" generated with Ronn/v0.7.3
|
||||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||||
.
|
.
|
||||||
.TH "BREW\-CASK" "1" "September 2017" "Homebrew" "brew-cask"
|
.TH "BREW\-CASK" "1" "October 2017" "Homebrew" "brew-cask"
|
||||||
.
|
.
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
\fBbrew\-cask\fR \- a friendly binary installer for macOS
|
\fBbrew\-cask\fR \- a friendly binary installer for macOS
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
.\" generated with Ronn/v0.7.3
|
.\" generated with Ronn/v0.7.3
|
||||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||||
.
|
.
|
||||||
.TH "BREW" "1" "September 2017" "Homebrew" "brew"
|
.TH "BREW" "1" "October 2017" "Homebrew" "brew"
|
||||||
.
|
.
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
\fBbrew\fR \- The missing package manager for macOS
|
\fBbrew\fR \- The missing package manager for macOS
|
||||||
@ -398,6 +398,13 @@ Remove dead symlinks from the Homebrew prefix\. This is generally not needed, bu
|
|||||||
If \fB\-\-dry\-run\fR or \fB\-n\fR is passed, show what would be removed, but do not actually remove anything\.
|
If \fB\-\-dry\-run\fR or \fB\-n\fR is passed, show what would be removed, but do not actually remove anything\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
|
\fBreadall\fR [tap]
|
||||||
|
Import all formulae from specified taps (defaults to all installed taps)\.
|
||||||
|
.
|
||||||
|
.IP
|
||||||
|
This can be useful for debugging issues across all formulae when making significant changes to \fBformula\.rb\fR, testing the performance of loading all formulae or to determine if any current formulae have Ruby issues\.
|
||||||
|
.
|
||||||
|
.TP
|
||||||
\fBreinstall\fR \fIformula\fR
|
\fBreinstall\fR \fIformula\fR
|
||||||
Uninstall and then install \fIformula\fR\.
|
Uninstall and then install \fIformula\fR\.
|
||||||
.
|
.
|
||||||
@ -572,6 +579,10 @@ If \fB\-\-merge\fR is specified then \fBgit merge\fR is used to include updates
|
|||||||
If \fB\-\-force\fR (or \fB\-f\fR) is specified then always do a slower, full update check even if unnecessary\.
|
If \fB\-\-force\fR (or \fB\-f\fR) is specified then always do a slower, full update check even if unnecessary\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
|
\fBupdate\-reset\fR
|
||||||
|
Fetches and resets Homebrew and all tap repositories using \fBgit\fR(1) to their latest \fBorigin/master\fR\. Note this will destroy all your uncommitted or committed changes\.
|
||||||
|
.
|
||||||
|
.TP
|
||||||
\fBupgrade\fR [\fIinstall\-options\fR] [\fB\-\-cleanup\fR] [\fB\-\-fetch\-HEAD\fR] [\fIformulae\fR]
|
\fBupgrade\fR [\fIinstall\-options\fR] [\fB\-\-cleanup\fR] [\fB\-\-fetch\-HEAD\fR] [\fIformulae\fR]
|
||||||
Upgrade outdated, unpinned brews\.
|
Upgrade outdated, unpinned brews\.
|
||||||
.
|
.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user