From 61698a8baa3bc9e7e96c93c3747bbc005a2d547c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 18 May 2023 14:09:30 +0000 Subject: [PATCH] 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. --- completions/bash/brew | 2 ++ completions/fish/brew.fish | 2 ++ completions/zsh/_brew | 6 ++++-- docs/Manpage.md | 4 ++++ manpages/brew.1 | 8 ++++++++ 5 files changed, 20 insertions(+), 2 deletions(-) diff --git a/completions/bash/brew b/completions/bash/brew index 8169c8a6fb..9c2343a935 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -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 diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 0f2c9d101a..44b867c924 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -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' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 077f6cd138..020c8f29da 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -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]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index 695131c061..6de815238e 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -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`: diff --git a/manpages/brew.1 b/manpages/brew.1 index 6d80b2e663..d0330e5e9c 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -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\. .