mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Update manpage and completions.
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/maintainers-man-completions.yml) workflow.
This commit is contained in:
parent
ccc235171f
commit
6b06a40803
@ -703,7 +703,7 @@ __fish_brew_complete_arg 'fetch' -l help -d 'Show this message'
|
|||||||
__fish_brew_complete_arg 'fetch' -l no-quarantine -d 'Disable/enable quarantining of downloads (default: enabled)'
|
__fish_brew_complete_arg 'fetch' -l no-quarantine -d 'Disable/enable quarantining of downloads (default: enabled)'
|
||||||
__fish_brew_complete_arg 'fetch' -l quarantine -d 'Disable/enable quarantining of downloads (default: enabled)'
|
__fish_brew_complete_arg 'fetch' -l quarantine -d 'Disable/enable quarantining of downloads (default: enabled)'
|
||||||
__fish_brew_complete_arg 'fetch' -l quiet -d 'Make some output more quiet'
|
__fish_brew_complete_arg 'fetch' -l quiet -d 'Make some output more quiet'
|
||||||
__fish_brew_complete_arg 'fetch' -l retry -d 'Retry if downloading fails or re-download if the checksum of a previously cached version no longer matches'
|
__fish_brew_complete_arg 'fetch' -l retry -d 'Retry if downloading fails or re-download if the checksum of a previously cached version no longer matches. Tries at most 5 times with exponential backoff'
|
||||||
__fish_brew_complete_arg 'fetch' -l verbose -d 'Do a verbose VCS checkout, if the URL represents a VCS. This is useful for seeing if an existing VCS cache has been updated'
|
__fish_brew_complete_arg 'fetch' -l verbose -d 'Do a verbose VCS checkout, if the URL represents a VCS. This is useful for seeing if an existing VCS cache has been updated'
|
||||||
__fish_brew_complete_arg 'fetch; and not __fish_seen_argument -l cask -l casks' -a '(__fish_brew_suggest_formulae_all)'
|
__fish_brew_complete_arg 'fetch; and not __fish_seen_argument -l cask -l casks' -a '(__fish_brew_suggest_formulae_all)'
|
||||||
__fish_brew_complete_arg 'fetch; and not __fish_seen_argument -l formula -l formulae' -a '(__fish_brew_suggest_casks_all)'
|
__fish_brew_complete_arg 'fetch; and not __fish_seen_argument -l formula -l formulae' -a '(__fish_brew_suggest_casks_all)'
|
||||||
|
@ -860,7 +860,7 @@ _brew_fetch() {
|
|||||||
'--no-quarantine[Disable/enable quarantining of downloads (default: enabled)]' \
|
'--no-quarantine[Disable/enable quarantining of downloads (default: enabled)]' \
|
||||||
'--quarantine[Disable/enable quarantining of downloads (default: enabled)]' \
|
'--quarantine[Disable/enable quarantining of downloads (default: enabled)]' \
|
||||||
'--quiet[Make some output more quiet]' \
|
'--quiet[Make some output more quiet]' \
|
||||||
'--retry[Retry if downloading fails or re-download if the checksum of a previously cached version no longer matches]' \
|
'--retry[Retry if downloading fails or re-download if the checksum of a previously cached version no longer matches. Tries at most 5 times with exponential backoff]' \
|
||||||
'--verbose[Do a verbose VCS checkout, if the URL represents a VCS. This is useful for seeing if an existing VCS cache has been updated]' \
|
'--verbose[Do a verbose VCS checkout, if the URL represents a VCS. This is useful for seeing if an existing VCS cache has been updated]' \
|
||||||
- formula \
|
- formula \
|
||||||
'(--cask)--formula[Treat all named arguments as formulae]' \
|
'(--cask)--formula[Treat all named arguments as formulae]' \
|
||||||
|
@ -234,7 +234,7 @@ and binaries for *`cask`*s. For files, also print SHA-256 checksums.
|
|||||||
* `-v`, `--verbose`:
|
* `-v`, `--verbose`:
|
||||||
Do a verbose VCS checkout, if the URL represents a VCS. This is useful for seeing if an existing VCS cache has been updated.
|
Do a verbose VCS checkout, if the URL represents a VCS. This is useful for seeing if an existing VCS cache has been updated.
|
||||||
* `--retry`:
|
* `--retry`:
|
||||||
Retry if downloading fails or re-download if the checksum of a previously cached version no longer matches.
|
Retry if downloading fails or re-download if the checksum of a previously cached version no longer matches. Tries at most 5 times with exponential backoff.
|
||||||
* `--deps`:
|
* `--deps`:
|
||||||
Also download dependencies for any listed *`formula`*.
|
Also download dependencies for any listed *`formula`*.
|
||||||
* `-s`, `--build-from-source`:
|
* `-s`, `--build-from-source`:
|
||||||
|
@ -295,7 +295,7 @@ Do a verbose VCS checkout, if the URL represents a VCS\. This is useful for seei
|
|||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-retry\fR
|
\fB\-\-retry\fR
|
||||||
Retry if downloading fails or re\-download if the checksum of a previously cached version no longer matches\.
|
Retry if downloading fails or re\-download if the checksum of a previously cached version no longer matches\. Tries at most 5 times with exponential backoff\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-deps\fR
|
\fB\-\-deps\fR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user