Merge pull request #19377 from Homebrew/sponsors-maintainers-man-completions

Update manpage and completions.
This commit is contained in:
Carlo Cabrera 2025-02-25 16:58:17 +00:00 committed by GitHub
commit 81f1647b3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -4283,6 +4283,11 @@ command execution e.g. `$(cat file)`.
: If set, pass `--greedy` to all cask upgrade commands. : If set, pass `--greedy` to all cask upgrade commands.
`HOMEBREW_UPGRADE_GREEDY_CASKS`
: A space-separated list of casks. Homebrew will act as if `--greedy` was passed
when upgrading any cask on this list.
`HOMEBREW_VERBOSE` `HOMEBREW_VERBOSE`
: If set, always assume `--verbose` when running commands. : If set, always assume `--verbose` when running commands.

View File

@ -2808,6 +2808,9 @@ If set, always use the latest stable tag (even if developer commands have been r
\fBHOMEBREW_UPGRADE_GREEDY\fP \fBHOMEBREW_UPGRADE_GREEDY\fP
If set, pass \fB\-\-greedy\fP to all cask upgrade commands\. If set, pass \fB\-\-greedy\fP to all cask upgrade commands\.
.TP .TP
\fBHOMEBREW_UPGRADE_GREEDY_CASKS\fP
A space\-separated list of casks\. Homebrew will act as if \fB\-\-greedy\fP was passed when upgrading any cask on this list\.
.TP
\fBHOMEBREW_VERBOSE\fP \fBHOMEBREW_VERBOSE\fP
If set, always assume \fB\-\-verbose\fP when running commands\. If set, always assume \fB\-\-verbose\fP when running commands\.
.TP .TP