From 305ab9b3c4b6d107f87727ff740014dd307387ca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 13 Jan 2022 10:37:41 +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 | 10 ++++++---- docs/Manpage.md | 2 ++ manpages/brew.1 | 4 ++++ 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/completions/bash/brew b/completions/bash/brew index 828aac54fb..eff9443991 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -1083,6 +1083,7 @@ _brew_instal() { --no-binaries --no-quarantine --only-dependencies + --overwrite --prefpanedir --qlplugindir --quarantine @@ -1139,6 +1140,7 @@ _brew_install() { --no-binaries --no-quarantine --only-dependencies + --overwrite --prefpanedir --qlplugindir --quarantine diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 4a30c628e0..0bbeb7a43a 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -787,6 +787,7 @@ __fish_brew_complete_arg 'instal' -l mdimporterdir -d 'Target location for Spotl __fish_brew_complete_arg 'instal' -l no-binaries -d 'Disable/enable linking of helper executables (default: enabled)' __fish_brew_complete_arg 'instal' -l no-quarantine -d 'Disable/enable quarantining of downloads (default: enabled)' __fish_brew_complete_arg 'instal' -l only-dependencies -d 'Install the dependencies with specified options but do not install the formula itself' +__fish_brew_complete_arg 'instal' -l overwrite -d 'Delete files that already exist in the prefix while linking' __fish_brew_complete_arg 'instal' -l prefpanedir -d 'Target location for Preference Panes (default: `~/Library/PreferencePanes`)' __fish_brew_complete_arg 'instal' -l qlplugindir -d 'Target location for QuickLook Plugins (default: `~/Library/QuickLook`)' __fish_brew_complete_arg 'instal' -l quarantine -d 'Disable/enable quarantining of downloads (default: enabled)' @@ -834,6 +835,7 @@ __fish_brew_complete_arg 'install' -l mdimporterdir -d 'Target location for Spot __fish_brew_complete_arg 'install' -l no-binaries -d 'Disable/enable linking of helper executables (default: enabled)' __fish_brew_complete_arg 'install' -l no-quarantine -d 'Disable/enable quarantining of downloads (default: enabled)' __fish_brew_complete_arg 'install' -l only-dependencies -d 'Install the dependencies with specified options but do not install the formula itself' +__fish_brew_complete_arg 'install' -l overwrite -d 'Delete files that already exist in the prefix while linking' __fish_brew_complete_arg 'install' -l prefpanedir -d 'Target location for Preference Panes (default: `~/Library/PreferencePanes`)' __fish_brew_complete_arg 'install' -l qlplugindir -d 'Target location for QuickLook Plugins (default: `~/Library/QuickLook`)' __fish_brew_complete_arg 'install' -l quarantine -d 'Disable/enable quarantining of downloads (default: enabled)' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index f7525e4080..21aed6b5ff 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -477,8 +477,8 @@ _brew_bump() { '--full-name[Print formulae/casks with fully-qualified names]' \ '--help[Show this message]' \ '--limit[Limit number of package results returned]' \ - '--no-pull-requests[Do not retrieve pull requests from GitHub]' \ - '--open-pr[Open a pull request for the new version if there are none already open]' \ + '(--open-pr)--no-pull-requests[Do not retrieve pull requests from GitHub]' \ + '(--no-pull-requests)--open-pr[Open a pull request for the new version if there are none already open]' \ '--quiet[Make some output more quiet]' \ '--start-with[Letter or word that the list of package results should alphabetically follow]' \ '--verbose[Make some output more verbose]' \ @@ -964,6 +964,7 @@ _brew_instal() { '--no-binaries[Disable/enable linking of helper executables (default: enabled)]' \ '--no-quarantine[Disable/enable quarantining of downloads (default: enabled)]' \ '(--cask --ignore-dependencies)--only-dependencies[Install the dependencies with specified options but do not install the formula itself]' \ + '(--cask)--overwrite[Delete files that already exist in the prefix while linking]' \ '(--formula)--prefpanedir[Target location for Preference Panes (default: `~/Library/PreferencePanes`)]' \ '(--formula)--qlplugindir[Target location for QuickLook Plugins (default: `~/Library/QuickLook`)]' \ '(--formula)--quarantine[Disable/enable quarantining of downloads (default: enabled)]' \ @@ -979,7 +980,7 @@ _brew_instal() { '(--casks --binaries --require-sha --quarantine --skip-cask-deps --appdir --colorpickerdir --prefpanedir --qlplugindir --mdimporterdir --dictionarydir --fontdir --servicedir --input-methoddir --internet-plugindir --audio-unit-plugindir --vst-plugindir --vst3-plugindir --screen-saverdir --language)--formula[Treat all named arguments as formulae]' \ '*::formula:__brew_formulae' \ - cask \ - '(--formulae --env --ignore-dependencies --only-dependencies --cc --build-from-source --force-bottle --include-test --HEAD --fetch-HEAD --keep-tmp --build-bottle --bottle-arch --display-times --interactive --git)--cask[Treat all named arguments as casks]' \ + '(--formulae --env --ignore-dependencies --only-dependencies --cc --build-from-source --force-bottle --include-test --HEAD --fetch-HEAD --keep-tmp --build-bottle --bottle-arch --display-times --interactive --git --overwrite)--cask[Treat all named arguments as casks]' \ '*::cask:__brew_casks' } @@ -1015,6 +1016,7 @@ _brew_install() { '--no-binaries[Disable/enable linking of helper executables (default: enabled)]' \ '--no-quarantine[Disable/enable quarantining of downloads (default: enabled)]' \ '(--cask --ignore-dependencies)--only-dependencies[Install the dependencies with specified options but do not install the formula itself]' \ + '(--cask)--overwrite[Delete files that already exist in the prefix while linking]' \ '(--formula)--prefpanedir[Target location for Preference Panes (default: `~/Library/PreferencePanes`)]' \ '(--formula)--qlplugindir[Target location for QuickLook Plugins (default: `~/Library/QuickLook`)]' \ '(--formula)--quarantine[Disable/enable quarantining of downloads (default: enabled)]' \ @@ -1030,7 +1032,7 @@ _brew_install() { '(--casks --binaries --require-sha --quarantine --skip-cask-deps --appdir --colorpickerdir --prefpanedir --qlplugindir --mdimporterdir --dictionarydir --fontdir --servicedir --input-methoddir --internet-plugindir --audio-unit-plugindir --vst-plugindir --vst3-plugindir --screen-saverdir --language)--formula[Treat all named arguments as formulae]' \ '*::formula:__brew_formulae' \ - cask \ - '(--formulae --env --ignore-dependencies --only-dependencies --cc --build-from-source --force-bottle --include-test --HEAD --fetch-HEAD --keep-tmp --build-bottle --bottle-arch --display-times --interactive --git)--cask[Treat all named arguments as casks]' \ + '(--formulae --env --ignore-dependencies --only-dependencies --cc --build-from-source --force-bottle --include-test --HEAD --fetch-HEAD --keep-tmp --build-bottle --bottle-arch --display-times --interactive --git --overwrite)--cask[Treat all named arguments as casks]' \ '*::cask:__brew_casks' } diff --git a/docs/Manpage.md b/docs/Manpage.md index 3bec08d72e..d91605b657 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -348,6 +348,8 @@ is already installed but outdated. Download and patch *`formula`*, then open a shell. This allows the user to run `./configure --help` and otherwise determine how to turn the software package into a Homebrew package. * `-g`, `--git`: Create a Git repository, useful for creating patches to the software. +* `--overwrite`: + Delete files that already exist in the prefix while linking. * `--cask`: Treat all named arguments as casks. * `--[no-]binaries`: diff --git a/manpages/brew.1 b/manpages/brew.1 index 34da2875fc..89496d7091 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -473,6 +473,10 @@ Download and patch \fIformula\fR, then open a shell\. This allows the user to ru Create a Git repository, useful for creating patches to the software\. . .TP +\fB\-\-overwrite\fR +Delete files that already exist in the prefix while linking\. +. +.TP \fB\-\-cask\fR Treat all named arguments as casks\. .