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 2023-05-18 14:09:30 +00:00
parent 1d794cd8c2
commit 61698a8baa
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
5 changed files with 20 additions and 2 deletions

View File

@ -747,6 +747,7 @@ _brew_deps() {
--include-requirements
--include-test
--installed
--missing
--quiet
--skip-recommended
--topological
@ -2559,6 +2560,7 @@ _brew_uses() {
--include-optional
--include-test
--installed
--missing
--quiet
--recursive
--skip-recommended

View File

@ -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-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 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 skip-recommended -d 'Skip `:recommended` dependencies for formula'
__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-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 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 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'

View File

@ -720,7 +720,8 @@ _brew_deps() {
'--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)]' \
'(--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]' \
'--skip-recommended[Skip `:recommended` dependencies for formula]' \
'--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-optional[Include all formulae that specify formula as `:optional` 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]' \
'--recursive[Resolve more than one level of dependencies]' \
'--skip-recommended[Skip all formulae that specify formula as `:recommended` type dependency]' \

View File

@ -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.
* `--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`:
Evaluate all available formulae and casks, whether installed or not, to list their dependencies.
* `--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.
* `--installed`:
Only list formulae and casks that are currently installed.
* `--missing`:
Only list formulae and casks that are not currently installed.
* `--eval-all`:
Evaluate all available formulae and casks, whether installed or not, to show their dependents.
* `--include-build`:

View File

@ -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\.
.
.TP
\fB\-\-missing\fR
Show only missing dependencies\.
.
.TP
\fB\-\-eval\-all\fR
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\.
.
.TP
\fB\-\-missing\fR
Only list formulae and casks that are not currently installed\.
.
.TP
\fB\-\-eval\-all\fR
Evaluate all available formulae and casks, whether installed or not, to show their dependents\.
.