mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Update manpage and completions.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
This commit is contained in:
parent
afc845e92b
commit
693216bc49
@ -1517,7 +1517,7 @@ __fish_brew_complete_arg 'tap' -l eval-all -d 'Evaluate all the formulae, casks
|
|||||||
__fish_brew_complete_arg 'tap' -l force -d 'Force install core taps even under API mode'
|
__fish_brew_complete_arg 'tap' -l force -d 'Force install core taps even under API mode'
|
||||||
__fish_brew_complete_arg 'tap' -l help -d 'Show this message'
|
__fish_brew_complete_arg 'tap' -l help -d 'Show this message'
|
||||||
__fish_brew_complete_arg 'tap' -l quiet -d 'Make some output more quiet'
|
__fish_brew_complete_arg 'tap' -l quiet -d 'Make some output more quiet'
|
||||||
__fish_brew_complete_arg 'tap' -l repair -d 'Migrate tapped formulae from symlink-based to directory-based structure'
|
__fish_brew_complete_arg 'tap' -l repair -d 'Add missing symlinks to tap manpages and shell completions. Correct git remote refs for any taps where upstream HEAD branch has been renamed'
|
||||||
__fish_brew_complete_arg 'tap' -l verbose -d 'Make some output more verbose'
|
__fish_brew_complete_arg 'tap' -l verbose -d 'Make some output more verbose'
|
||||||
__fish_brew_complete_arg 'tap' -a '(__fish_brew_suggest_taps_installed)'
|
__fish_brew_complete_arg 'tap' -a '(__fish_brew_suggest_taps_installed)'
|
||||||
|
|
||||||
|
@ -1882,7 +1882,7 @@ _brew_tap() {
|
|||||||
'--force[Force install core taps even under API mode]' \
|
'--force[Force install core taps even under API mode]' \
|
||||||
'--help[Show this message]' \
|
'--help[Show this message]' \
|
||||||
'--quiet[Make some output more quiet]' \
|
'--quiet[Make some output more quiet]' \
|
||||||
'--repair[Migrate tapped formulae from symlink-based to directory-based structure]' \
|
'--repair[Add missing symlinks to tap manpages and shell completions. Correct git remote refs for any taps where upstream HEAD branch has been renamed]' \
|
||||||
'--verbose[Make some output more verbose]' \
|
'--verbose[Make some output more verbose]' \
|
||||||
- tap \
|
- tap \
|
||||||
'*::tap:__brew_any_tap'
|
'*::tap:__brew_any_tap'
|
||||||
|
@ -1230,7 +1230,8 @@ HTTPS, e.g. SSH, git, HTTP, FTP(S), rsync.
|
|||||||
|
|
||||||
`--repair`
|
`--repair`
|
||||||
|
|
||||||
: Migrate tapped formulae from symlink-based to directory-based structure.
|
: Add missing symlinks to tap manpages and shell completions. Correct git remote
|
||||||
|
refs for any taps where upstream HEAD branch has been renamed.
|
||||||
|
|
||||||
`--eval-all`
|
`--eval-all`
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\" generated by kramdown
|
.\" generated by kramdown
|
||||||
.TH "BREW" "1" "January 2025" "Homebrew"
|
.TH "BREW" "1" "February 2025" "Homebrew"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
brew \- The Missing Package Manager for macOS (or Linux)
|
brew \- The Missing Package Manager for macOS (or Linux)
|
||||||
.SH "SYNOPSIS"
|
.SH "SYNOPSIS"
|
||||||
@ -771,7 +771,7 @@ With \fIURL\fP specified, tap a formula repository from anywhere, using any tran
|
|||||||
Install or change a tap with a custom remote\. Useful for mirrors\.
|
Install or change a tap with a custom remote\. Useful for mirrors\.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-repair\fP
|
\fB\-\-repair\fP
|
||||||
Migrate tapped formulae from symlink\-based to directory\-based structure\.
|
Add missing symlinks to tap manpages and shell completions\. Correct git remote refs for any taps where upstream HEAD branch has been renamed\.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-eval\-all\fP
|
\fB\-\-eval\-all\fP
|
||||||
Evaluate all the formulae, casks and aliases in the new tap to check validity\. Implied if \fB$HOMEBREW_EVAL_ALL\fP is set\.
|
Evaluate all the formulae, casks and aliases in the new tap to check validity\. Implied if \fB$HOMEBREW_EVAL_ALL\fP is set\.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user