Skip to content

Commit 7ebf47a

Browse files
authored
Merge pull request #19034 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
2 parents 683f85f + 9260c96 commit 7ebf47a

File tree

5 files changed

+23
-1
lines changed

5 files changed

+23
-1
lines changed

completions/bash/brew

+2
Original file line numberDiff line numberDiff line change
@@ -1460,6 +1460,7 @@ _brew_lc() {
14601460
case "${cur}" in
14611461
-*)
14621462
__brewcomp "
1463+
--autobump
14631464
--cask
14641465
--debug
14651466
--eval-all
@@ -1580,6 +1581,7 @@ _brew_livecheck() {
15801581
case "${cur}" in
15811582
-*)
15821583
__brewcomp "
1584+
--autobump
15831585
--cask
15841586
--debug
15851587
--eval-all

completions/fish/brew.fish

+2
Original file line numberDiff line numberDiff line change
@@ -994,6 +994,7 @@ __fish_brew_complete_arg 'irb' -l verbose -d 'Make some output more verbose'
994994

995995

996996
__fish_brew_complete_cmd 'lc' 'Check for newer versions of formulae and/or casks from upstream'
997+
__fish_brew_complete_arg 'lc' -l autobump -d 'Include packages that are autobumped by BrewTestBot. By default these are skipped'
997998
__fish_brew_complete_arg 'lc' -l cask -d 'Only check casks'
998999
__fish_brew_complete_arg 'lc' -l debug -d 'Display any debugging information'
9991000
__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
10691070

10701071

10711072
__fish_brew_complete_cmd 'livecheck' 'Check for newer versions of formulae and/or casks from upstream'
1073+
__fish_brew_complete_arg 'livecheck' -l autobump -d 'Include packages that are autobumped by BrewTestBot. By default these are skipped'
10721074
__fish_brew_complete_arg 'livecheck' -l cask -d 'Only check casks'
10731075
__fish_brew_complete_arg 'livecheck' -l debug -d 'Display any debugging information'
10741076
__fish_brew_complete_arg 'livecheck' -l eval-all -d 'Evaluate all available formulae and casks, whether installed or not, to check them'

completions/zsh/_brew

+2
Original file line numberDiff line numberDiff line change
@@ -1241,6 +1241,7 @@ _brew_irb() {
12411241
# brew lc
12421242
_brew_lc() {
12431243
_arguments \
1244+
'--autobump[Include packages that are autobumped by BrewTestBot. By default these are skipped]' \
12441245
'(--json)--debug[Display any debugging information]' \
12451246
'(--tap --installed)--eval-all[Evaluate all available formulae and casks, whether installed or not, to check them]' \
12461247
'(--formula)--extract-plist[Enable checking multiple casks with ExtractPlist strategy]' \
@@ -1332,6 +1333,7 @@ _brew_list() {
13321333
# brew livecheck
13331334
_brew_livecheck() {
13341335
_arguments \
1336+
'--autobump[Include packages that are autobumped by BrewTestBot. By default these are skipped]' \
13351337
'(--json)--debug[Display any debugging information]' \
13361338
'(--tap --installed)--eval-all[Evaluate all available formulae and casks, whether installed or not, to check them]' \
13371339
'(--formula)--extract-plist[Enable checking multiple casks with ExtractPlist strategy]' \

docs/Manpage.md

+10
Original file line numberDiff line numberDiff line change
@@ -2385,6 +2385,11 @@ from `HOMEBREW_LIVECHECK_WATCHLIST` or `~/.homebrew/livecheck_watchlist.txt`.
23852385

23862386
: Enable checking multiple casks with ExtractPlist strategy.
23872387

2388+
`--autobump`
2389+
2390+
: Include packages that are autobumped by BrewTestBot. By default these are
2391+
skipped.
2392+
23882393
### `pr-automerge` \[*`options`*\]
23892394

23902395
Find pull requests that can be automatically merged using `brew pr-publish`.
@@ -3913,6 +3918,11 @@ command execution e.g. `$(cat file)`.
39133918

39143919
*Default:* The "Beer Mug" emoji.
39153920

3921+
`HOMEBREW_LIVECHECK_AUTOBUMP`
3922+
3923+
: If set, `brew livecheck` will include data for packages that are autobumped by
3924+
BrewTestBot.
3925+
39163926
`HOMEBREW_LIVECHECK_WATCHLIST`
39173927

39183928
: Consult this file for the list of formulae to check by default when no formula

manpages/brew.1

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" generated by kramdown
2-
.TH "BREW" "1" "December 2024" "Homebrew"
2+
.TH "BREW" "1" "January 2025" "Homebrew"
33
.SH NAME
44
brew \- The Missing Package Manager for macOS (or Linux)
55
.SH "SYNOPSIS"
@@ -1519,6 +1519,9 @@ Only check casks\.
15191519
.TP
15201520
\fB\-\-extract\-plist\fP
15211521
Enable checking multiple casks with ExtractPlist strategy\.
1522+
.TP
1523+
\fB\-\-autobump\fP
1524+
Include packages that are autobumped by BrewTestBot\. By default these are skipped\.
15221525
.SS "\fBpr\-automerge\fP \fR[\fIoptions\fP]"
15231526
Find pull requests that can be automatically merged using \fBbrew pr\-publish\fP\&\.
15241527
.TP
@@ -2556,6 +2559,9 @@ Print this text before the installation summary of each successful build\.
25562559
\fIDefault:\fP The \[u201c]Beer Mug\[u201d] emoji\.
25572560
.RE
25582561
.TP
2562+
\fBHOMEBREW_LIVECHECK_AUTOBUMP\fP
2563+
If set, \fBbrew livecheck\fP will include data for packages that are autobumped by BrewTestBot\.
2564+
.TP
25592565
\fBHOMEBREW_LIVECHECK_WATCHLIST\fP
25602566
Consult this file for the list of formulae to check by default when no formula argument is passed to \fBbrew livecheck\fP\&\.
25612567
.RS

0 commit comments

Comments
 (0)