File tree Expand file tree Collapse file tree 5 files changed +23
-1
lines changed Expand file tree Collapse file tree 5 files changed +23
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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]' \
Original file line number Diff line number Diff 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
23902395Find 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
Original file line number Diff line number Diff line change 11.\" generated by kramdown
2- .TH "BREW" "1" "December 2024 " "Homebrew"
2+ .TH "BREW" "1" "January 2025 " "Homebrew"
33.SH NAME
44brew \- 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
15211521Enable 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 "\fB pr \- automerge \fP \fR [\fI options \fP ]"
15231526Find pull requests that can be automatically merged using \fB brew pr \- publish \fP \& \.
15241527.TP
@@ -2556,6 +2559,9 @@ Print this text before the installation summary of each successful build\.
25562559\fI Default: \fP The \[u201c ] Beer Mug\[u201d ] emoji\.
25572560.RE
25582561.TP
2562+ \fB HOMEBREW_LIVECHECK_AUTOBUMP \fP
2563+ If set, \fB brew livecheck \fP will include data for packages that are autobumped by BrewTestBot\.
2564+ .TP
25592565\fB HOMEBREW_LIVECHECK_WATCHLIST \fP
25602566Consult this file for the list of formulae to check by default when no formula argument is passed to \fB brew livecheck \fP \& \.
25612567.RS
You can’t perform that action at this time.
0 commit comments