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
683f85f4b0
commit
9260c966b1
@ -1460,6 +1460,7 @@ _brew_lc() {
|
|||||||
case "${cur}" in
|
case "${cur}" in
|
||||||
-*)
|
-*)
|
||||||
__brewcomp "
|
__brewcomp "
|
||||||
|
--autobump
|
||||||
--cask
|
--cask
|
||||||
--debug
|
--debug
|
||||||
--eval-all
|
--eval-all
|
||||||
@ -1580,6 +1581,7 @@ _brew_livecheck() {
|
|||||||
case "${cur}" in
|
case "${cur}" in
|
||||||
-*)
|
-*)
|
||||||
__brewcomp "
|
__brewcomp "
|
||||||
|
--autobump
|
||||||
--cask
|
--cask
|
||||||
--debug
|
--debug
|
||||||
--eval-all
|
--eval-all
|
||||||
|
@ -994,6 +994,7 @@ __fish_brew_complete_arg 'irb' -l verbose -d 'Make some output more verbose'
|
|||||||
|
|
||||||
|
|
||||||
__fish_brew_complete_cmd 'lc' 'Check for newer versions of formulae and/or casks from upstream'
|
__fish_brew_complete_cmd 'lc' 'Check for newer versions of formulae and/or casks from upstream'
|
||||||
|
__fish_brew_complete_arg 'lc' -l autobump -d 'Include packages that are autobumped by BrewTestBot. By default these are skipped'
|
||||||
__fish_brew_complete_arg 'lc' -l cask -d 'Only check casks'
|
__fish_brew_complete_arg 'lc' -l cask -d 'Only check casks'
|
||||||
__fish_brew_complete_arg 'lc' -l debug -d 'Display any debugging information'
|
__fish_brew_complete_arg 'lc' -l debug -d 'Display any debugging information'
|
||||||
__fish_brew_complete_arg 'lc' -l eval-all -d 'Evaluate all available formulae and casks, whether installed or not, to check them'
|
__fish_brew_complete_arg 'lc' -l eval-all -d 'Evaluate all available formulae and casks, whether installed or not, to check them'
|
||||||
@ -1069,6 +1070,7 @@ __fish_brew_complete_arg 'list; and not __fish_seen_argument -l formula -l formu
|
|||||||
|
|
||||||
|
|
||||||
__fish_brew_complete_cmd 'livecheck' 'Check for newer versions of formulae and/or casks from upstream'
|
__fish_brew_complete_cmd 'livecheck' 'Check for newer versions of formulae and/or casks from upstream'
|
||||||
|
__fish_brew_complete_arg 'livecheck' -l autobump -d 'Include packages that are autobumped by BrewTestBot. By default these are skipped'
|
||||||
__fish_brew_complete_arg 'livecheck' -l cask -d 'Only check casks'
|
__fish_brew_complete_arg 'livecheck' -l cask -d 'Only check casks'
|
||||||
__fish_brew_complete_arg 'livecheck' -l debug -d 'Display any debugging information'
|
__fish_brew_complete_arg 'livecheck' -l debug -d 'Display any debugging information'
|
||||||
__fish_brew_complete_arg 'livecheck' -l eval-all -d 'Evaluate all available formulae and casks, whether installed or not, to check them'
|
__fish_brew_complete_arg 'livecheck' -l eval-all -d 'Evaluate all available formulae and casks, whether installed or not, to check them'
|
||||||
|
@ -1241,6 +1241,7 @@ _brew_irb() {
|
|||||||
# brew lc
|
# brew lc
|
||||||
_brew_lc() {
|
_brew_lc() {
|
||||||
_arguments \
|
_arguments \
|
||||||
|
'--autobump[Include packages that are autobumped by BrewTestBot. By default these are skipped]' \
|
||||||
'(--json)--debug[Display any debugging information]' \
|
'(--json)--debug[Display any debugging information]' \
|
||||||
'(--tap --installed)--eval-all[Evaluate all available formulae and casks, whether installed or not, to check them]' \
|
'(--tap --installed)--eval-all[Evaluate all available formulae and casks, whether installed or not, to check them]' \
|
||||||
'(--formula)--extract-plist[Enable checking multiple casks with ExtractPlist strategy]' \
|
'(--formula)--extract-plist[Enable checking multiple casks with ExtractPlist strategy]' \
|
||||||
@ -1332,6 +1333,7 @@ _brew_list() {
|
|||||||
# brew livecheck
|
# brew livecheck
|
||||||
_brew_livecheck() {
|
_brew_livecheck() {
|
||||||
_arguments \
|
_arguments \
|
||||||
|
'--autobump[Include packages that are autobumped by BrewTestBot. By default these are skipped]' \
|
||||||
'(--json)--debug[Display any debugging information]' \
|
'(--json)--debug[Display any debugging information]' \
|
||||||
'(--tap --installed)--eval-all[Evaluate all available formulae and casks, whether installed or not, to check them]' \
|
'(--tap --installed)--eval-all[Evaluate all available formulae and casks, whether installed or not, to check them]' \
|
||||||
'(--formula)--extract-plist[Enable checking multiple casks with ExtractPlist strategy]' \
|
'(--formula)--extract-plist[Enable checking multiple casks with ExtractPlist strategy]' \
|
||||||
|
@ -2385,6 +2385,11 @@ from `HOMEBREW_LIVECHECK_WATCHLIST` or `~/.homebrew/livecheck_watchlist.txt`.
|
|||||||
|
|
||||||
: Enable checking multiple casks with ExtractPlist strategy.
|
: Enable checking multiple casks with ExtractPlist strategy.
|
||||||
|
|
||||||
|
`--autobump`
|
||||||
|
|
||||||
|
: Include packages that are autobumped by BrewTestBot. By default these are
|
||||||
|
skipped.
|
||||||
|
|
||||||
### `pr-automerge` \[*`options`*\]
|
### `pr-automerge` \[*`options`*\]
|
||||||
|
|
||||||
Find pull requests that can be automatically merged using `brew pr-publish`.
|
Find pull requests that can be automatically merged using `brew pr-publish`.
|
||||||
@ -3913,6 +3918,11 @@ command execution e.g. `$(cat file)`.
|
|||||||
|
|
||||||
*Default:* The "Beer Mug" emoji.
|
*Default:* The "Beer Mug" emoji.
|
||||||
|
|
||||||
|
`HOMEBREW_LIVECHECK_AUTOBUMP`
|
||||||
|
|
||||||
|
: If set, `brew livecheck` will include data for packages that are autobumped by
|
||||||
|
BrewTestBot.
|
||||||
|
|
||||||
`HOMEBREW_LIVECHECK_WATCHLIST`
|
`HOMEBREW_LIVECHECK_WATCHLIST`
|
||||||
|
|
||||||
: Consult this file for the list of formulae to check by default when no formula
|
: Consult this file for the list of formulae to check by default when no formula
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\" generated by kramdown
|
.\" generated by kramdown
|
||||||
.TH "BREW" "1" "December 2024" "Homebrew"
|
.TH "BREW" "1" "January 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"
|
||||||
@ -1519,6 +1519,9 @@ Only check casks\.
|
|||||||
.TP
|
.TP
|
||||||
\fB\-\-extract\-plist\fP
|
\fB\-\-extract\-plist\fP
|
||||||
Enable checking multiple casks with ExtractPlist strategy\.
|
Enable checking multiple casks with ExtractPlist strategy\.
|
||||||
|
.TP
|
||||||
|
\fB\-\-autobump\fP
|
||||||
|
Include packages that are autobumped by BrewTestBot\. By default these are skipped\.
|
||||||
.SS "\fBpr\-automerge\fP \fR[\fIoptions\fP]"
|
.SS "\fBpr\-automerge\fP \fR[\fIoptions\fP]"
|
||||||
Find pull requests that can be automatically merged using \fBbrew pr\-publish\fP\&\.
|
Find pull requests that can be automatically merged using \fBbrew pr\-publish\fP\&\.
|
||||||
.TP
|
.TP
|
||||||
@ -2556,6 +2559,9 @@ Print this text before the installation summary of each successful build\.
|
|||||||
\fIDefault:\fP The \[u201c]Beer Mug\[u201d] emoji\.
|
\fIDefault:\fP The \[u201c]Beer Mug\[u201d] emoji\.
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
|
\fBHOMEBREW_LIVECHECK_AUTOBUMP\fP
|
||||||
|
If set, \fBbrew livecheck\fP will include data for packages that are autobumped by BrewTestBot\.
|
||||||
|
.TP
|
||||||
\fBHOMEBREW_LIVECHECK_WATCHLIST\fP
|
\fBHOMEBREW_LIVECHECK_WATCHLIST\fP
|
||||||
Consult this file for the list of formulae to check by default when no formula argument is passed to \fBbrew livecheck\fP\&\.
|
Consult this file for the list of formulae to check by default when no formula argument is passed to \fBbrew livecheck\fP\&\.
|
||||||
.RS
|
.RS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user