Merge pull request #13270 from Homebrew/update-man-completions
Update maintainers, manpage and completions.
This commit is contained in:
commit
37b8eccf87
@ -1909,6 +1909,7 @@ _brew_tap() {
|
|||||||
--force-auto-update
|
--force-auto-update
|
||||||
--help
|
--help
|
||||||
--list-pinned
|
--list-pinned
|
||||||
|
--no-force-auto-update
|
||||||
--quiet
|
--quiet
|
||||||
--repair
|
--repair
|
||||||
--verbose
|
--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 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 help -d 'Show this message'
|
||||||
__fish_brew_complete_arg 'tap' -l list-pinned -d 'List all pinned taps'
|
__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 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 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'
|
__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)]' \
|
'--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]' \
|
'--help[Show this message]' \
|
||||||
'--list-pinned[List all pinned taps]' \
|
'--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]' \
|
'--quiet[Make some output more quiet]' \
|
||||||
'--repair[Migrate tapped formulae from symlink-based to directory-based structure]' \
|
'--repair[Migrate tapped formulae from symlink-based to directory-based structure]' \
|
||||||
'--verbose[Make some output more verbose]' \
|
'--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
|
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.
|
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).
|
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`:
|
* `--custom-remote`:
|
||||||
Install or change a tap with a custom remote. Useful for mirrors.
|
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\.
|
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
|
.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)\.
|
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
|
.TP
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user