From 0e01fd5865518dc8b6566714596fc5ac86302259 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:38:11 +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 | 2 ++ docs/Manpage.md | 8 ++++++++ manpages/brew.1 | 6 ++++++ 5 files changed, 20 insertions(+) diff --git a/completions/bash/brew b/completions/bash/brew index 289e52bf87..a49d1553e8 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -741,6 +741,7 @@ _brew_deps() { __brewcomp " --HEAD --annotate + --arch --cask --debug --direct @@ -757,6 +758,7 @@ _brew_deps() { --include-test --installed --missing + --os --quiet --skip-recommended --topological diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index ecb629d655..50517e001f 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -566,6 +566,7 @@ __fish_brew_complete_arg 'create' -l verbose -d 'Make some output more verbose' __fish_brew_complete_cmd 'deps' 'Show dependencies for formula' __fish_brew_complete_arg 'deps' -l HEAD -d 'Show dependencies for HEAD version instead of stable version' __fish_brew_complete_arg 'deps' -l annotate -d 'Mark any build, test, implicit, optional, or recommended dependencies as such in the output' +__fish_brew_complete_arg 'deps' -l arch -d 'Show dependencies for the given CPU architecture' __fish_brew_complete_arg 'deps' -l cask -d 'Treat all named arguments as casks' __fish_brew_complete_arg 'deps' -l debug -d 'Display any debugging information' __fish_brew_complete_arg 'deps' -l direct -d 'Show only the direct dependencies declared in the formula' @@ -582,6 +583,7 @@ __fish_brew_complete_arg 'deps' -l include-requirements -d 'Include requirements __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 os -d 'Show dependencies for the given operating system' __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' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index e7536ef77e..754ca3f7d2 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -721,6 +721,7 @@ _brew_deps() { _arguments \ '--HEAD[Show dependencies for HEAD version instead of stable version]' \ '--annotate[Mark any build, test, implicit, optional, or recommended dependencies as such in the output]' \ + '--arch[Show dependencies for the given CPU architecture]' \ '--debug[Display any debugging information]' \ '--direct[Show only the direct dependencies declared in the formula]' \ '--dot[Show text-based graph description in DOT format]' \ @@ -735,6 +736,7 @@ _brew_deps() { '--include-test[Include `:test` dependencies for formula (non-recursive)]' \ '(--missing --eval-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]' \ + '--os[Show dependencies for the given operating system]' \ '--quiet[Make some output more quiet]' \ '--skip-recommended[Skip `:recommended` dependencies for formula]' \ '--topological[Sort dependencies in topological order]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index b4b42f9e8c..cc09131668 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -275,6 +275,14 @@ if the installed versions are outdated. : Show dependencies for HEAD version instead of stable version. +`--os` + +: Show dependencies for the given operating system. + +`--arch` + +: Show dependencies for the given CPU architecture. + `--formula` : Treat all named arguments as formulae. diff --git a/manpages/brew.1 b/manpages/brew.1 index 2415dca39a..124b743fbd 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -174,6 +174,12 @@ Switch into the mode used by the \fB\-\-eval\-all\fP option, but only list depen \fB\-\-HEAD\fP Show dependencies for HEAD version instead of stable version\. .TP +\fB\-\-os\fP +Show dependencies for the given operating system\. +.TP +\fB\-\-arch\fP +Show dependencies for the given CPU architecture\. +.TP \fB\-\-formula\fP Treat all named arguments as formulae\. .TP