From 82b34061405608d58b19b051e59d3da40424646c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 26 May 2021 15:49:24 +0000 Subject: [PATCH] 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. --- completions/bash/brew | 2 ++ completions/fish/brew.fish | 2 ++ completions/zsh/_brew | 2 ++ docs/Manpage.md | 2 ++ manpages/brew.1 | 4 ++++ 5 files changed, 12 insertions(+) diff --git a/completions/bash/brew b/completions/bash/brew index 88eefe6d93..a0cabfd9e7 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -1186,6 +1186,7 @@ _brew_link() { case "${cur}" in -*) __brewcomp " + --HEAD --debug --dry-run --force @@ -1280,6 +1281,7 @@ _brew_ln() { case "${cur}" in -*) __brewcomp " + --HEAD --debug --dry-run --force diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 7213b192ed..b094d7b11f 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -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_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 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' @@ -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_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 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' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 87b2075654..962f44450d 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -1046,6 +1046,7 @@ _brew_leaves() { # brew link _brew_link() { _arguments \ + '--HEAD[Link the HEAD version of the formula if it is installed]' \ '--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]' \ '--force[Allow keg-only formulae to be linked]' \ @@ -1118,6 +1119,7 @@ _brew_livecheck() { # brew ln _brew_ln() { _arguments \ + '--HEAD[Link the HEAD version of the formula if it is installed]' \ '--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]' \ '--force[Allow keg-only formulae to be linked]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index d59c6c7040..cfe55eec03 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -334,6 +334,8 @@ installations. List files which would be linked or deleted by `brew link --overwrite` without actually linking or deleting any files. * `-f`, `--force`: 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`* ...] diff --git a/manpages/brew.1 b/manpages/brew.1 index eb8c204cc8..c45a1940b2 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -450,6 +450,10 @@ List files which would be linked or deleted by \fBbrew link \-\-overwrite\fR wit \fB\-f\fR, \fB\-\-force\fR 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 \.\.\.]" List all installed formulae and casks\. .