Skip to content

Commit

Permalink
Merge pull request #19017 from Homebrew/sponsors-maintainers-man-comp…
Browse files Browse the repository at this point in the history
…letions

Update manpage and completions.
  • Loading branch information
MikeMcQuaid authored Dec 30, 2024
2 parents f756ea4 + ba7022a commit 0acb113
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions completions/bash/brew
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,7 @@ _brew_deps() {
--graph
--help
--include-build
--include-implicit
--include-optional
--include-requirements
--include-test
Expand Down Expand Up @@ -2841,6 +2842,7 @@ _brew_uses() {
--formula
--help
--include-build
--include-implicit
--include-optional
--include-test
--installed
Expand Down
2 changes: 2 additions & 0 deletions completions/fish/brew.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Expand Down Expand Up @@ -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'
Expand Down
2 changes: 2 additions & 0 deletions completions/zsh/_brew
Original file line number Diff line number Diff line change
Expand Up @@ -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)]' \
Expand Down Expand Up @@ -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]' \
Expand Down
9 changes: 9 additions & 0 deletions docs/Manpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`*.
Expand Down Expand Up @@ -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.
Expand Down
6 changes: 6 additions & 0 deletions manpages/brew.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0acb113

Please sign in to comment.