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:
BrewTestBot 2025-01-04 15:38:38 +00:00
parent 683f85f4b0
commit 9260c966b1
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
5 changed files with 23 additions and 1 deletions

View File

@ -1460,6 +1460,7 @@ _brew_lc() {
case "${cur}" in
-*)
__brewcomp "
--autobump
--cask
--debug
--eval-all
@ -1580,6 +1581,7 @@ _brew_livecheck() {
case "${cur}" in
-*)
__brewcomp "
--autobump
--cask
--debug
--eval-all

View File

@ -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_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 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'
@ -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_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 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'

View File

@ -1241,6 +1241,7 @@ _brew_irb() {
# brew lc
_brew_lc() {
_arguments \
'--autobump[Include packages that are autobumped by BrewTestBot. By default these are skipped]' \
'(--json)--debug[Display any debugging information]' \
'(--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]' \
@ -1332,6 +1333,7 @@ _brew_list() {
# brew livecheck
_brew_livecheck() {
_arguments \
'--autobump[Include packages that are autobumped by BrewTestBot. By default these are skipped]' \
'(--json)--debug[Display any debugging information]' \
'(--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]' \

View File

@ -2385,6 +2385,11 @@ from `HOMEBREW_LIVECHECK_WATCHLIST` or `~/.homebrew/livecheck_watchlist.txt`.
: Enable checking multiple casks with ExtractPlist strategy.
`--autobump`
: Include packages that are autobumped by BrewTestBot. By default these are
skipped.
### `pr-automerge` \[*`options`*\]
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.
`HOMEBREW_LIVECHECK_AUTOBUMP`
: If set, `brew livecheck` will include data for packages that are autobumped by
BrewTestBot.
`HOMEBREW_LIVECHECK_WATCHLIST`
: Consult this file for the list of formulae to check by default when no formula

View File

@ -1,5 +1,5 @@
.\" generated by kramdown
.TH "BREW" "1" "December 2024" "Homebrew"
.TH "BREW" "1" "January 2025" "Homebrew"
.SH NAME
brew \- The Missing Package Manager for macOS (or Linux)
.SH "SYNOPSIS"
@ -1519,6 +1519,9 @@ Only check casks\.
.TP
\fB\-\-extract\-plist\fP
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]"
Find pull requests that can be automatically merged using \fBbrew pr\-publish\fP\&\.
.TP
@ -2556,6 +2559,9 @@ Print this text before the installation summary of each successful build\.
\fIDefault:\fP The \[u201c]Beer Mug\[u201d] emoji\.
.RE
.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
Consult this file for the list of formulae to check by default when no formula argument is passed to \fBbrew livecheck\fP\&\.
.RS