Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
brew
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KMSCAKKSCFKA AKFACAMADCAS
brew
Commits
7af82ba2
Commit
7af82ba2
authored
6 years ago
by
Mike McQuaid
Browse files
Options
Downloads
Patches
Plain Diff
Add `brew linkage --cached` manpage output.
parent
555e2a2f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/Manpage.md
+4
-1
4 additions, 1 deletion
docs/Manpage.md
manpages/brew-cask.1
+1
-1
1 addition, 1 deletion
manpages/brew-cask.1
manpages/brew.1
+5
-2
5 additions, 2 deletions
manpages/brew.1
with
10 additions
and
4 deletions
docs/Manpage.md
+
4
−
1
View file @
7af82ba2
...
...
@@ -779,7 +779,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
If `--pry` is passed or HOMEBREW_PRY is set, pry will be
used instead of irb.
*
`linkage`
[
`--test`
] [
`--reverse`
]
`formula`
:
*
`linkage`
[
`--test`
] [
`--reverse`
]
[
`--cached`
]
`formula`
:
Checks the library links of an installed formula.
Only works on installed formulae. An error is raised if it is run on
...
...
@@ -791,6 +791,9 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
If `--reverse` is passed, print the dylib followed by the binaries
which link to it for each library the keg references.
If `--cached` is passed, print the cached linkage values stored in
HOMEBREW_CACHE, set from a previous `brew linkage` run
*
`man`
[
`--fail-if-changed`
]:
Generate Homebrew's manpages.
...
...
This diff is collapsed.
Click to expand it.
manpages/brew-cask.1
+
1
−
1
View file @
7af82ba2
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BREW\-CASK" "1" "
April
2018" "Homebrew" "brew-cask"
.TH "BREW\-CASK" "1" "
May
2018" "Homebrew" "brew-cask"
.
.SH "NAME"
\fBbrew\-cask\fR \- a friendly binary installer for macOS
...
...
This diff is collapsed.
Click to expand it.
manpages/brew.1
+
5
−
2
View file @
7af82ba2
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BREW" "1" "
April
2018" "Homebrew" "brew"
.TH "BREW" "1" "
May
2018" "Homebrew" "brew"
.
.SH "NAME"
\fBbrew\fR \- The missing package manager for macOS
...
...
@@ -795,7 +795,7 @@ Enter the interactive Homebrew Ruby shell\.
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
\fBlinkage\fR [\fB\-\-test\fR] [\fB\-\-reverse\fR]
[\fB\-\-cached\fR]
\fIformula\fR
Checks the library links of an installed formula\.
.
.IP
...
...
@@ -807,6 +807,9 @@ If \fB\-\-test\fR is passed, only display missing libraries and exit with a non\
.IP
If \fB\-\-reverse\fR is passed, print the dylib followed by the binaries which link to it for each library the keg references\.
.
.IP
If \fB\-\-cached\fR is passed, print the cached linkage values stored in HOMEBREW_CACHE, set from a previous \fBbrew linkage\fR run
.
.TP
\fBman\fR [\fB\-\-fail\-if\-changed\fR]
Generate Homebrew\'s manpages\.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment