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:
parent
14870406e0
commit
ba70bc159c
@ -1909,6 +1909,7 @@ _brew_tap() {
|
||||
--force-auto-update
|
||||
--help
|
||||
--list-pinned
|
||||
--no-force-auto-update
|
||||
--quiet
|
||||
--repair
|
||||
--verbose
|
||||
|
||||
@ -1304,6 +1304,7 @@ __fish_brew_complete_arg 'tap' -l debug -d 'Display any debugging information'
|
||||
__fish_brew_complete_arg 'tap' -l force-auto-update -d 'Auto-update tap even if it is not hosted on GitHub. By default, only taps hosted on GitHub are auto-updated (for performance reasons)'
|
||||
__fish_brew_complete_arg 'tap' -l help -d 'Show this message'
|
||||
__fish_brew_complete_arg 'tap' -l list-pinned -d 'List all pinned taps'
|
||||
__fish_brew_complete_arg 'tap' -l no-force-auto-update -d 'Auto-update tap even if it is not hosted on GitHub. By default, only taps hosted on GitHub are auto-updated (for performance reasons)'
|
||||
__fish_brew_complete_arg 'tap' -l quiet -d 'Make some output more quiet'
|
||||
__fish_brew_complete_arg 'tap' -l repair -d 'Migrate tapped formulae from symlink-based to directory-based structure'
|
||||
__fish_brew_complete_arg 'tap' -l verbose -d 'Make some output more verbose'
|
||||
|
||||
@ -1593,6 +1593,7 @@ _brew_tap() {
|
||||
'--force-auto-update[Auto-update tap even if it is not hosted on GitHub. By default, only taps hosted on GitHub are auto-updated (for performance reasons)]' \
|
||||
'--help[Show this message]' \
|
||||
'--list-pinned[List all pinned taps]' \
|
||||
'--no-force-auto-update[Auto-update tap even if it is not hosted on GitHub. By default, only taps hosted on GitHub are auto-updated (for performance reasons)]' \
|
||||
'--quiet[Make some output more quiet]' \
|
||||
'--repair[Migrate tapped formulae from symlink-based to directory-based structure]' \
|
||||
'--verbose[Make some output more verbose]' \
|
||||
|
||||
@ -620,7 +620,7 @@ simplifies but also limits. This two-argument command makes no
|
||||
assumptions, so taps can be cloned from places other than GitHub and
|
||||
using protocols other than HTTPS, e.g. SSH, git, HTTP, FTP(S), rsync.
|
||||
|
||||
* `--force-auto-update`:
|
||||
* `--[no-]force-auto-update`:
|
||||
Auto-update tap even if it is not hosted on GitHub. By default, only taps hosted on GitHub are auto-updated (for performance reasons).
|
||||
* `--custom-remote`:
|
||||
Install or change a tap with a custom remote. Useful for mirrors.
|
||||
|
||||
@ -859,7 +859,7 @@ With \fIURL\fR unspecified, tap a formula repository from GitHub using HTTPS\. S
|
||||
With \fIURL\fR specified, tap a formula repository from anywhere, using any transport protocol that \fBgit\fR(1) handles\. The one\-argument form of \fBtap\fR simplifies but also limits\. This two\-argument command makes no assumptions, so taps can be cloned from places other than GitHub and using protocols other than HTTPS, e\.g\. SSH, git, HTTP, FTP(S), rsync\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-force\-auto\-update\fR
|
||||
\fB\-\-[no\-]force\-auto\-update\fR
|
||||
Auto\-update tap even if it is not hosted on GitHub\. By default, only taps hosted on GitHub are auto\-updated (for performance reasons)\.
|
||||
.
|
||||
.TP
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user