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
1d794cd8c2
commit
61698a8baa
@ -747,6 +747,7 @@ _brew_deps() {
|
|||||||
--include-requirements
|
--include-requirements
|
||||||
--include-test
|
--include-test
|
||||||
--installed
|
--installed
|
||||||
|
--missing
|
||||||
--quiet
|
--quiet
|
||||||
--skip-recommended
|
--skip-recommended
|
||||||
--topological
|
--topological
|
||||||
@ -2559,6 +2560,7 @@ _brew_uses() {
|
|||||||
--include-optional
|
--include-optional
|
||||||
--include-test
|
--include-test
|
||||||
--installed
|
--installed
|
||||||
|
--missing
|
||||||
--quiet
|
--quiet
|
||||||
--recursive
|
--recursive
|
||||||
--skip-recommended
|
--skip-recommended
|
||||||
|
@ -575,6 +575,7 @@ __fish_brew_complete_arg 'deps' -l include-optional -d 'Include `:optional` depe
|
|||||||
__fish_brew_complete_arg 'deps' -l include-requirements -d 'Include requirements in addition to 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)'
|
__fish_brew_complete_arg 'deps' -l include-test -d 'Include `:test` dependencies for formula (non-recursive)'
|
||||||
__fish_brew_complete_arg 'deps' -l installed -d 'List dependencies for formulae that are currently installed. If formula is specified, list only its dependencies that are currently installed'
|
__fish_brew_complete_arg 'deps' -l installed -d 'List dependencies for formulae that are currently installed. If formula is specified, list only its dependencies that are currently installed'
|
||||||
|
__fish_brew_complete_arg 'deps' -l missing -d 'Show only missing dependencies'
|
||||||
__fish_brew_complete_arg 'deps' -l quiet -d 'Make some output more quiet'
|
__fish_brew_complete_arg 'deps' -l quiet -d 'Make some output more quiet'
|
||||||
__fish_brew_complete_arg 'deps' -l skip-recommended -d 'Skip `:recommended` dependencies for formula'
|
__fish_brew_complete_arg 'deps' -l skip-recommended -d 'Skip `:recommended` dependencies for formula'
|
||||||
__fish_brew_complete_arg 'deps' -l topological -d 'Sort dependencies in topological order'
|
__fish_brew_complete_arg 'deps' -l topological -d 'Sort dependencies in topological order'
|
||||||
@ -1675,6 +1676,7 @@ __fish_brew_complete_arg 'uses' -l include-build -d 'Include all formulae that s
|
|||||||
__fish_brew_complete_arg 'uses' -l include-optional -d 'Include all formulae that specify formula as `:optional` type dependency'
|
__fish_brew_complete_arg 'uses' -l include-optional -d 'Include all formulae that specify formula as `:optional` type dependency'
|
||||||
__fish_brew_complete_arg 'uses' -l include-test -d 'Include all formulae that specify formula as `:test` type dependency'
|
__fish_brew_complete_arg 'uses' -l include-test -d 'Include all formulae that specify formula as `:test` type dependency'
|
||||||
__fish_brew_complete_arg 'uses' -l installed -d 'Only list formulae and casks that are currently installed'
|
__fish_brew_complete_arg 'uses' -l installed -d 'Only list formulae and casks that are currently installed'
|
||||||
|
__fish_brew_complete_arg 'uses' -l missing -d 'Only list formulae and casks that are not currently installed'
|
||||||
__fish_brew_complete_arg 'uses' -l quiet -d 'Make some output more quiet'
|
__fish_brew_complete_arg 'uses' -l quiet -d 'Make some output more quiet'
|
||||||
__fish_brew_complete_arg 'uses' -l recursive -d 'Resolve more than one level of dependencies'
|
__fish_brew_complete_arg 'uses' -l recursive -d 'Resolve more than one level of dependencies'
|
||||||
__fish_brew_complete_arg 'uses' -l skip-recommended -d 'Skip all formulae that specify formula as `:recommended` type dependency'
|
__fish_brew_complete_arg 'uses' -l skip-recommended -d 'Skip all formulae that specify formula as `:recommended` type dependency'
|
||||||
|
@ -720,7 +720,8 @@ _brew_deps() {
|
|||||||
'--include-optional[Include `:optional` dependencies for formula]' \
|
'--include-optional[Include `:optional` dependencies for formula]' \
|
||||||
'--include-requirements[Include requirements in addition to dependencies for formula]' \
|
'--include-requirements[Include requirements in addition to dependencies for formula]' \
|
||||||
'--include-test[Include `:test` dependencies for formula (non-recursive)]' \
|
'--include-test[Include `:test` dependencies for formula (non-recursive)]' \
|
||||||
'(--eval-all --all)--installed[List dependencies for formulae that are currently installed. If formula is specified, list only its dependencies that are currently installed]' \
|
'(--missing --eval-all --all)--installed[List dependencies for formulae that are currently installed. If formula is specified, list only its dependencies that are currently installed]' \
|
||||||
|
'(--installed)--missing[Show only missing dependencies]' \
|
||||||
'--quiet[Make some output more quiet]' \
|
'--quiet[Make some output more quiet]' \
|
||||||
'--skip-recommended[Skip `:recommended` dependencies for formula]' \
|
'--skip-recommended[Skip `:recommended` dependencies for formula]' \
|
||||||
'--topological[Sort dependencies in topological order]' \
|
'--topological[Sort dependencies in topological order]' \
|
||||||
@ -2058,7 +2059,8 @@ _brew_uses() {
|
|||||||
'--include-build[Include all formulae that specify formula as `:build` type dependency]' \
|
'--include-build[Include all formulae that specify formula as `:build` type dependency]' \
|
||||||
'--include-optional[Include all formulae that specify formula as `:optional` type dependency]' \
|
'--include-optional[Include all formulae that specify formula as `:optional` type dependency]' \
|
||||||
'--include-test[Include all formulae that specify formula as `:test` type dependency]' \
|
'--include-test[Include all formulae that specify formula as `:test` type dependency]' \
|
||||||
'(--all)--installed[Only list formulae and casks that are currently installed]' \
|
'(--all --missing)--installed[Only list formulae and casks that are currently installed]' \
|
||||||
|
'(--installed)--missing[Only list formulae and casks that are not currently installed]' \
|
||||||
'--quiet[Make some output more quiet]' \
|
'--quiet[Make some output more quiet]' \
|
||||||
'--recursive[Resolve more than one level of dependencies]' \
|
'--recursive[Resolve more than one level of dependencies]' \
|
||||||
'--skip-recommended[Skip all formulae that specify formula as `:recommended` type dependency]' \
|
'--skip-recommended[Skip all formulae that specify formula as `:recommended` type dependency]' \
|
||||||
|
@ -165,6 +165,8 @@ show the intersection of dependencies for each formula.
|
|||||||
Mark any build, test, optional, or recommended dependencies as such in the output.
|
Mark any build, test, optional, or recommended dependencies as such in the output.
|
||||||
* `--installed`:
|
* `--installed`:
|
||||||
List dependencies for formulae that are currently installed. If *`formula`* is specified, list only its dependencies that are currently installed.
|
List dependencies for formulae that are currently installed. If *`formula`* is specified, list only its dependencies that are currently installed.
|
||||||
|
* `--missing`:
|
||||||
|
Show only missing dependencies.
|
||||||
* `--eval-all`:
|
* `--eval-all`:
|
||||||
Evaluate all available formulae and casks, whether installed or not, to list their dependencies.
|
Evaluate all available formulae and casks, whether installed or not, to list their dependencies.
|
||||||
* `--for-each`:
|
* `--for-each`:
|
||||||
@ -806,6 +808,8 @@ specify *`formula`* as a required or recommended dependency for their stable bui
|
|||||||
Resolve more than one level of dependencies.
|
Resolve more than one level of dependencies.
|
||||||
* `--installed`:
|
* `--installed`:
|
||||||
Only list formulae and casks that are currently installed.
|
Only list formulae and casks that are currently installed.
|
||||||
|
* `--missing`:
|
||||||
|
Only list formulae and casks that are not currently installed.
|
||||||
* `--eval-all`:
|
* `--eval-all`:
|
||||||
Evaluate all available formulae and casks, whether installed or not, to show their dependents.
|
Evaluate all available formulae and casks, whether installed or not, to show their dependents.
|
||||||
* `--include-build`:
|
* `--include-build`:
|
||||||
|
@ -206,6 +206,10 @@ Mark any build, test, optional, or recommended dependencies as such in the outpu
|
|||||||
List dependencies for formulae that are currently installed\. If \fIformula\fR is specified, list only its dependencies that are currently installed\.
|
List dependencies for formulae that are currently installed\. If \fIformula\fR is specified, list only its dependencies that are currently installed\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-\-missing\fR
|
||||||
|
Show only missing dependencies\.
|
||||||
|
.
|
||||||
|
.TP
|
||||||
\fB\-\-eval\-all\fR
|
\fB\-\-eval\-all\fR
|
||||||
Evaluate all available formulae and casks, whether installed or not, to list their dependencies\.
|
Evaluate all available formulae and casks, whether installed or not, to list their dependencies\.
|
||||||
.
|
.
|
||||||
@ -1127,6 +1131,10 @@ Resolve more than one level of dependencies\.
|
|||||||
Only list formulae and casks that are currently installed\.
|
Only list formulae and casks that are currently installed\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-\-missing\fR
|
||||||
|
Only list formulae and casks that are not currently installed\.
|
||||||
|
.
|
||||||
|
.TP
|
||||||
\fB\-\-eval\-all\fR
|
\fB\-\-eval\-all\fR
|
||||||
Evaluate all available formulae and casks, whether installed or not, to show their dependents\.
|
Evaluate all available formulae and casks, whether installed or not, to show their dependents\.
|
||||||
.
|
.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user