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:
parent
ab2b3d50d2
commit
60c42e871b
@ -962,6 +962,7 @@ _brew_extract() {
|
|||||||
__brewcomp "
|
__brewcomp "
|
||||||
--debug
|
--debug
|
||||||
--force
|
--force
|
||||||
|
--git-revision
|
||||||
--help
|
--help
|
||||||
--quiet
|
--quiet
|
||||||
--verbose
|
--verbose
|
||||||
|
@ -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_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 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 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 help -d 'Show this message'
|
||||||
__fish_brew_complete_arg 'extract' -l quiet -d 'Make some output more quiet'
|
__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'
|
__fish_brew_complete_arg 'extract' -l verbose -d 'Make some output more verbose'
|
||||||
|
@ -885,6 +885,7 @@ _brew_extract() {
|
|||||||
_arguments \
|
_arguments \
|
||||||
'--debug[Display any debugging information]' \
|
'--debug[Display any debugging information]' \
|
||||||
'--force[Overwrite the destination formula if it already exists]' \
|
'--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]' \
|
'--help[Show this message]' \
|
||||||
'--quiet[Make some output more quiet]' \
|
'--quiet[Make some output more quiet]' \
|
||||||
'--verbose[Make some output more verbose]' \
|
'--verbose[Make some output more verbose]' \
|
||||||
|
@ -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
|
extract a formula from a tap that is not `homebrew/core` use its fully-qualified
|
||||||
form of *`user`*`/`*`repo`*`/`*`formula`*.
|
form of *`user`*`/`*`repo`*`/`*`formula`*.
|
||||||
|
|
||||||
|
`--git-revision`
|
||||||
|
|
||||||
|
: Search for the specified *`version`* of *`formula`* starting at *`revision`*
|
||||||
|
instead of HEAD.
|
||||||
|
|
||||||
`--version`
|
`--version`
|
||||||
|
|
||||||
: Extract the specified *`version`* of *`formula`* instead of the most recent.
|
: Extract the specified *`version`* of *`formula`* instead of the most recent.
|
||||||
|
@ -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"
|
.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\&\.
|
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
|
.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
|
\fB\-\-version\fP
|
||||||
Extract the specified \fIversion\fP of \fIformula\fP instead of the most recent\.
|
Extract the specified \fIversion\fP of \fIformula\fP instead of the most recent\.
|
||||||
.TP
|
.TP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user