Update maintainers, manpage and completions.

Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
This commit is contained in:
BrewTestBot 2021-05-26 15:49:24 +00:00
parent d0f5a0832e
commit 82b3406140
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
5 changed files with 12 additions and 0 deletions

View File

@ -1186,6 +1186,7 @@ _brew_link() {
case "${cur}" in case "${cur}" in
-*) -*)
__brewcomp " __brewcomp "
--HEAD
--debug --debug
--dry-run --dry-run
--force --force
@ -1280,6 +1281,7 @@ _brew_ln() {
case "${cur}" in case "${cur}" in
-*) -*)
__brewcomp " __brewcomp "
--HEAD
--debug --debug
--dry-run --dry-run
--force --force

View File

@ -852,6 +852,7 @@ __fish_brew_complete_arg 'leaves' -l verbose -d 'Make some output more verbose'
__fish_brew_complete_cmd 'link' 'Symlink all of formula\'s installed files into Homebrew\'s prefix' __fish_brew_complete_cmd 'link' 'Symlink all of formula\'s installed files into Homebrew\'s prefix'
__fish_brew_complete_arg 'link' -l HEAD -d 'Link the HEAD version of the formula if it is installed'
__fish_brew_complete_arg 'link' -l debug -d 'Display any debugging information' __fish_brew_complete_arg 'link' -l debug -d 'Display any debugging information'
__fish_brew_complete_arg 'link' -l dry-run -d 'List files which would be linked or deleted by `brew link --overwrite` without actually linking or deleting any files' __fish_brew_complete_arg 'link' -l dry-run -d 'List files which would be linked or deleted by `brew link --overwrite` without actually linking or deleting any files'
__fish_brew_complete_arg 'link' -l force -d 'Allow keg-only formulae to be linked' __fish_brew_complete_arg 'link' -l force -d 'Allow keg-only formulae to be linked'
@ -910,6 +911,7 @@ __fish_brew_complete_arg 'livecheck; and not __fish_seen_argument -l formula -l
__fish_brew_complete_cmd 'ln' 'Symlink all of formula\'s installed files into Homebrew\'s prefix' __fish_brew_complete_cmd 'ln' 'Symlink all of formula\'s installed files into Homebrew\'s prefix'
__fish_brew_complete_arg 'ln' -l HEAD -d 'Link the HEAD version of the formula if it is installed'
__fish_brew_complete_arg 'ln' -l debug -d 'Display any debugging information' __fish_brew_complete_arg 'ln' -l debug -d 'Display any debugging information'
__fish_brew_complete_arg 'ln' -l dry-run -d 'List files which would be linked or deleted by `brew link --overwrite` without actually linking or deleting any files' __fish_brew_complete_arg 'ln' -l dry-run -d 'List files which would be linked or deleted by `brew link --overwrite` without actually linking or deleting any files'
__fish_brew_complete_arg 'ln' -l force -d 'Allow keg-only formulae to be linked' __fish_brew_complete_arg 'ln' -l force -d 'Allow keg-only formulae to be linked'

View File

@ -1046,6 +1046,7 @@ _brew_leaves() {
# brew link # brew link
_brew_link() { _brew_link() {
_arguments \ _arguments \
'--HEAD[Link the HEAD version of the formula if it is installed]' \
'--debug[Display any debugging information]' \ '--debug[Display any debugging information]' \
'--dry-run[List files which would be linked or deleted by `brew link --overwrite` without actually linking or deleting any files]' \ '--dry-run[List files which would be linked or deleted by `brew link --overwrite` without actually linking or deleting any files]' \
'--force[Allow keg-only formulae to be linked]' \ '--force[Allow keg-only formulae to be linked]' \
@ -1118,6 +1119,7 @@ _brew_livecheck() {
# brew ln # brew ln
_brew_ln() { _brew_ln() {
_arguments \ _arguments \
'--HEAD[Link the HEAD version of the formula if it is installed]' \
'--debug[Display any debugging information]' \ '--debug[Display any debugging information]' \
'--dry-run[List files which would be linked or deleted by `brew link --overwrite` without actually linking or deleting any files]' \ '--dry-run[List files which would be linked or deleted by `brew link --overwrite` without actually linking or deleting any files]' \
'--force[Allow keg-only formulae to be linked]' \ '--force[Allow keg-only formulae to be linked]' \

View File

@ -334,6 +334,8 @@ installations.
List files which would be linked or deleted by `brew link --overwrite` without actually linking or deleting any files. List files which would be linked or deleted by `brew link --overwrite` without actually linking or deleting any files.
* `-f`, `--force`: * `-f`, `--force`:
Allow keg-only formulae to be linked. Allow keg-only formulae to be linked.
* `--HEAD`:
Link the HEAD version of the formula if it is installed.
### `list`, `ls` [*`options`*] [*`installed_formula`*|*`installed_cask`* ...] ### `list`, `ls` [*`options`*] [*`installed_formula`*|*`installed_cask`* ...]

View File

@ -450,6 +450,10 @@ List files which would be linked or deleted by \fBbrew link \-\-overwrite\fR wit
\fB\-f\fR, \fB\-\-force\fR \fB\-f\fR, \fB\-\-force\fR
Allow keg\-only formulae to be linked\. Allow keg\-only formulae to be linked\.
. .
.TP
\fB\-\-HEAD\fR
Link the HEAD version of the formula if it is installed\.
.
.SS "\fBlist\fR, \fBls\fR [\fIoptions\fR] [\fIinstalled_formula\fR|\fIinstalled_cask\fR \.\.\.]" .SS "\fBlist\fR, \fBls\fR [\fIoptions\fR] [\fIinstalled_formula\fR|\fIinstalled_cask\fR \.\.\.]"
List all installed formulae and casks\. List all installed formulae and casks\.
. .