mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
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
f756ea471b
commit
ba7022a63d
@ -843,6 +843,7 @@ _brew_deps() {
|
||||
--graph
|
||||
--help
|
||||
--include-build
|
||||
--include-implicit
|
||||
--include-optional
|
||||
--include-requirements
|
||||
--include-test
|
||||
@ -2841,6 +2842,7 @@ _brew_uses() {
|
||||
--formula
|
||||
--help
|
||||
--include-build
|
||||
--include-implicit
|
||||
--include-optional
|
||||
--include-test
|
||||
--installed
|
||||
|
@ -610,6 +610,7 @@ __fish_brew_complete_arg 'deps' -l full-name -d 'List dependencies by their full
|
||||
__fish_brew_complete_arg 'deps' -l graph -d 'Show dependencies as a directed graph'
|
||||
__fish_brew_complete_arg 'deps' -l help -d 'Show this message'
|
||||
__fish_brew_complete_arg 'deps' -l include-build -d 'Include `:build` dependencies for formula'
|
||||
__fish_brew_complete_arg 'deps' -l include-implicit -d 'Include implicit dependencies used to download and unpack source files'
|
||||
__fish_brew_complete_arg 'deps' -l include-optional -d 'Include `:optional` dependencies for formula'
|
||||
__fish_brew_complete_arg 'deps' -l include-requirements -d 'Include requirements in addition to dependencies for formula'
|
||||
__fish_brew_complete_arg 'deps' -l include-test -d 'Include `:test` dependencies for formula (non-recursive)'
|
||||
@ -1812,6 +1813,7 @@ __fish_brew_complete_arg 'uses' -l eval-all -d 'Evaluate all available formulae
|
||||
__fish_brew_complete_arg 'uses' -l formula -d 'Include only formulae'
|
||||
__fish_brew_complete_arg 'uses' -l help -d 'Show this message'
|
||||
__fish_brew_complete_arg 'uses' -l include-build -d 'Include formulae that specify formula as a `:build` dependency'
|
||||
__fish_brew_complete_arg 'uses' -l include-implicit -d 'Include formulae that have formula as an implicit dependency to download and unpack source files'
|
||||
__fish_brew_complete_arg 'uses' -l include-optional -d 'Include formulae that specify formula as an `:optional` dependency'
|
||||
__fish_brew_complete_arg 'uses' -l include-test -d 'Include formulae that specify formula as a `:test` dependency'
|
||||
__fish_brew_complete_arg 'uses' -l installed -d 'Only list formulae and casks that are currently installed'
|
||||
|
@ -775,6 +775,7 @@ _brew_deps() {
|
||||
'(--tree)--graph[Show dependencies as a directed graph]' \
|
||||
'--help[Show this message]' \
|
||||
'--include-build[Include `:build` dependencies for formula]' \
|
||||
'--include-implicit[Include implicit dependencies used to download and unpack source files]' \
|
||||
'--include-optional[Include `:optional` dependencies for formula]' \
|
||||
'--include-requirements[Include requirements in addition to dependencies for formula]' \
|
||||
'--include-test[Include `:test` dependencies for formula (non-recursive)]' \
|
||||
@ -2244,6 +2245,7 @@ _brew_uses() {
|
||||
'--eval-all[Evaluate all available formulae and casks, whether installed or not, to show their dependents]' \
|
||||
'--help[Show this message]' \
|
||||
'--include-build[Include formulae that specify formula as a `:build` dependency]' \
|
||||
'--include-implicit[Include formulae that have formula as an implicit dependency to download and unpack source files]' \
|
||||
'--include-optional[Include formulae that specify formula as an `:optional` dependency]' \
|
||||
'--include-test[Include formulae that specify formula as a `:test` dependency]' \
|
||||
'(--all --missing)--installed[Only list formulae and casks that are currently installed]' \
|
||||
|
@ -217,6 +217,10 @@ if the installed versions are outdated.
|
||||
|
||||
: List dependencies by their full name.
|
||||
|
||||
`--include-implicit`
|
||||
|
||||
: Include implicit dependencies used to download and unpack source files
|
||||
|
||||
`--include-build`
|
||||
|
||||
: Include `:build` dependencies for *`formula`*.
|
||||
@ -1466,6 +1470,11 @@ dependency for their stable builds.
|
||||
: Evaluate all available formulae and casks, whether installed or not, to show
|
||||
their dependents.
|
||||
|
||||
`--include-implicit`
|
||||
|
||||
: Include formulae that have *`formula`* as an implicit dependency to download
|
||||
and unpack source files
|
||||
|
||||
`--include-build`
|
||||
|
||||
: Include formulae that specify *`formula`* as a `:build` dependency.
|
||||
|
@ -134,6 +134,9 @@ Show the union of dependencies for multiple \fIformula\fP, instead of the inters
|
||||
\fB\-\-full\-name\fP
|
||||
List dependencies by their full name\.
|
||||
.TP
|
||||
\fB\-\-include\-implicit\fP
|
||||
Include implicit dependencies used to download and unpack source files
|
||||
.TP
|
||||
\fB\-\-include\-build\fP
|
||||
Include \fB:build\fP dependencies for \fIformula\fP\&\.
|
||||
.TP
|
||||
@ -918,6 +921,9 @@ Only list formulae and casks that are not currently installed\.
|
||||
\fB\-\-eval\-all\fP
|
||||
Evaluate all available formulae and casks, whether installed or not, to show their dependents\.
|
||||
.TP
|
||||
\fB\-\-include\-implicit\fP
|
||||
Include formulae that have \fIformula\fP as an implicit dependency to download and unpack source files
|
||||
.TP
|
||||
\fB\-\-include\-build\fP
|
||||
Include formulae that specify \fIformula\fP as a \fB:build\fP dependency\.
|
||||
.TP
|
||||
|
Loading…
x
Reference in New Issue
Block a user