Merge pull request #11345 from Homebrew/update-man-completions
Update maintainers, manpage and completions.
This commit is contained in:
commit
fac7ff41d8
@ -1882,10 +1882,12 @@ _brew_tap() {
|
|||||||
__brewcomp "
|
__brewcomp "
|
||||||
--debug
|
--debug
|
||||||
--force-auto-update
|
--force-auto-update
|
||||||
|
--full
|
||||||
--help
|
--help
|
||||||
--list-pinned
|
--list-pinned
|
||||||
--quiet
|
--quiet
|
||||||
--repair
|
--repair
|
||||||
|
--shallow
|
||||||
--verbose
|
--verbose
|
||||||
"
|
"
|
||||||
return
|
return
|
||||||
|
@ -1266,10 +1266,12 @@ __fish_brew_complete_arg 'style; and not __fish_seen_argument -l formula -l form
|
|||||||
__fish_brew_complete_cmd 'tap' 'Tap a formula repository'
|
__fish_brew_complete_cmd 'tap' 'Tap a formula repository'
|
||||||
__fish_brew_complete_arg 'tap' -l debug -d 'Display any debugging information'
|
__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 full -d 'Convert a shallow clone to a full clone without untapping. Taps are only cloned as shallow clones if `--shallow` was originally passed'
|
||||||
__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 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 shallow -d 'Fetch tap as a shallow clone rather than a full clone. Useful for continuous integration'
|
||||||
__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'
|
||||||
__fish_brew_complete_arg 'tap' -a '(__fish_brew_suggest_taps_installed)'
|
__fish_brew_complete_arg 'tap' -a '(__fish_brew_suggest_taps_installed)'
|
||||||
|
|
||||||
|
@ -1557,10 +1557,12 @@ _brew_tap() {
|
|||||||
_arguments \
|
_arguments \
|
||||||
'--debug[Display any debugging information]' \
|
'--debug[Display any debugging information]' \
|
||||||
'--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)]' \
|
||||||
|
'--full[Convert a shallow clone to a full clone without untapping. Taps are only cloned as shallow clones if `--shallow` was originally passed]' \
|
||||||
'--help[Show this message]' \
|
'--help[Show this message]' \
|
||||||
'--list-pinned[List all pinned taps]' \
|
'--list-pinned[List all pinned taps]' \
|
||||||
'--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]' \
|
||||||
|
'--shallow[Fetch tap as a shallow clone rather than a full clone. Useful for continuous integration]' \
|
||||||
'--verbose[Make some output more verbose]' \
|
'--verbose[Make some output more verbose]' \
|
||||||
- tap \
|
- tap \
|
||||||
'*::tap:__brew_any_tap'
|
'*::tap:__brew_any_tap'
|
||||||
|
@ -536,6 +536,10 @@ 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.
|
||||||
|
|
||||||
|
* `--full`:
|
||||||
|
Convert a shallow clone to a full clone without untapping. Taps are only cloned as shallow clones if `--shallow` was originally passed.
|
||||||
|
* `--shallow`:
|
||||||
|
Fetch tap as a shallow clone rather than a full clone. Useful for continuous integration.
|
||||||
* `--force-auto-update`:
|
* `--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).
|
||||||
* `--repair`:
|
* `--repair`:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user