Update manpage and completions.

Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
This commit is contained in:
BrewTestBot 2024-06-30 18:38:19 +00:00
parent ab2b3d50d2
commit 60c42e871b
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
5 changed files with 11 additions and 0 deletions

View File

@ -962,6 +962,7 @@ _brew_extract() {
__brewcomp "
--debug
--force
--git-revision
--help
--quiet
--verbose

View File

@ -699,6 +699,7 @@ __fish_brew_complete_arg 'environment' -a '(__fish_brew_suggest_formulae_all)'
__fish_brew_complete_cmd 'extract' 'Look through repository history to find the most recent version of formula and create a copy in tap'
__fish_brew_complete_arg 'extract' -l debug -d 'Display any debugging information'
__fish_brew_complete_arg 'extract' -l force -d 'Overwrite the destination formula if it already exists'
__fish_brew_complete_arg 'extract' -l git-revision -d 'Search for the specified version of formula starting at revision instead of HEAD'
__fish_brew_complete_arg 'extract' -l help -d 'Show this message'
__fish_brew_complete_arg 'extract' -l quiet -d 'Make some output more quiet'
__fish_brew_complete_arg 'extract' -l verbose -d 'Make some output more verbose'

View File

@ -885,6 +885,7 @@ _brew_extract() {
_arguments \
'--debug[Display any debugging information]' \
'--force[Overwrite the destination formula if it already exists]' \
'--git-revision[Search for the specified version of formula starting at revision instead of HEAD]' \
'--help[Show this message]' \
'--quiet[Make some output more quiet]' \
'--verbose[Make some output more verbose]' \

View File

@ -2188,6 +2188,11 @@ not installed yet, attempt to install/clone the tap before continuing. To
extract a formula from a tap that is not `homebrew/core` use its fully-qualified
form of *`user`*`/`*`repo`*`/`*`formula`*.
`--git-revision`
: Search for the specified *`version`* of *`formula`* starting at *`revision`*
instead of HEAD.
`--version`
: Extract the specified *`version`* of *`formula`* instead of the most recent.

View File

@ -1389,6 +1389,9 @@ Print the file path to be edited, without opening an editor\.
.SS "\fBextract\fP \fR[\fB\-\-version=\fP] \fR[\fB\-\-force\fP] \fIformula\fP \fItap\fP"
Look through repository history to find the most recent version of \fIformula\fP and create a copy in \fItap\fP\&\. Specifically, the command will create the new formula file at \fItap\fP\fB/Formula/\fP\fIformula\fP\fB@\fP\fIversion\fP\fB\&\.rb\fP\&\. If the tap is not installed yet, attempt to install/clone the tap before continuing\. To extract a formula from a tap that is not \fBhomebrew/core\fP use its fully\-qualified form of \fIuser\fP\fB/\fP\fIrepo\fP\fB/\fP\fIformula\fP\&\.
.TP
\fB\-\-git\-revision\fP
Search for the specified \fIversion\fP of \fIformula\fP starting at \fIrevision\fP instead of HEAD\.
.TP
\fB\-\-version\fP
Extract the specified \fIversion\fP of \fIformula\fP instead of the most recent\.
.TP