Skip to content

Commit a149df8

Browse files
committed
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.
1 parent 3f3ddb8 commit a149df8

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed

completions/bash/brew

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ _brew_abv() {
370370
--installed
371371
--json
372372
--quiet
373+
--sizes
373374
--variations
374375
--verbose
375376
"
@@ -1389,6 +1390,7 @@ _brew_info() {
13891390
--installed
13901391
--json
13911392
--quiet
1393+
--sizes
13921394
--variations
13931395
--verbose
13941396
"

completions/fish/brew.fish

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ __fish_brew_complete_arg 'abv' -l help -d 'Show this message'
313313
__fish_brew_complete_arg 'abv' -l installed -d 'Print JSON of formulae that are currently installed'
314314
__fish_brew_complete_arg 'abv' -l json -d 'Print a JSON representation. Currently the default value for version is `v1` for formula. For formula and cask use `v2`. See the docs for examples of using the JSON output: https://docs.brew.sh/Querying-Brew'
315315
__fish_brew_complete_arg 'abv' -l quiet -d 'Make some output more quiet'
316+
__fish_brew_complete_arg 'abv' -l sizes -d 'Show the size of installed formulae and casks'
316317
__fish_brew_complete_arg 'abv' -l variations -d 'Include the variations hash in each formula\'s JSON output'
317318
__fish_brew_complete_arg 'abv' -l verbose -d 'Show more verbose analytics data for formula'
318319
__fish_brew_complete_arg 'abv; and not __fish_seen_argument -l cask -l casks' -a '(__fish_brew_suggest_formulae_all)'
@@ -941,6 +942,7 @@ __fish_brew_complete_arg 'info' -l help -d 'Show this message'
941942
__fish_brew_complete_arg 'info' -l installed -d 'Print JSON of formulae that are currently installed'
942943
__fish_brew_complete_arg 'info' -l json -d 'Print a JSON representation. Currently the default value for version is `v1` for formula. For formula and cask use `v2`. See the docs for examples of using the JSON output: https://docs.brew.sh/Querying-Brew'
943944
__fish_brew_complete_arg 'info' -l quiet -d 'Make some output more quiet'
945+
__fish_brew_complete_arg 'info' -l sizes -d 'Show the size of installed formulae and casks'
944946
__fish_brew_complete_arg 'info' -l variations -d 'Include the variations hash in each formula\'s JSON output'
945947
__fish_brew_complete_arg 'info' -l verbose -d 'Show more verbose analytics data for formula'
946948
__fish_brew_complete_arg 'info; and not __fish_seen_argument -l cask -l casks' -a '(__fish_brew_suggest_formulae_all)'

completions/zsh/_brew

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ _brew_abv() {
431431
'(--eval-all --all)--installed[Print JSON of formulae that are currently installed]' \
432432
'(--fetch-manifest)--json[Print a JSON representation. Currently the default value for version is `v1` for formula. For formula and cask use `v2`. See the docs for examples of using the JSON output: https://docs.brew.sh/Querying-Brew]' \
433433
'--quiet[Make some output more quiet]' \
434+
'--sizes[Show the size of installed formulae and casks]' \
434435
'--variations[Include the variations hash in each formula'\''s JSON output]' \
435436
'--verbose[Show more verbose analytics data for formula]' \
436437
- formula \
@@ -1180,6 +1181,7 @@ _brew_info() {
11801181
'(--eval-all --all)--installed[Print JSON of formulae that are currently installed]' \
11811182
'(--fetch-manifest)--json[Print a JSON representation. Currently the default value for version is `v1` for formula. For formula and cask use `v2`. See the docs for examples of using the JSON output: https://docs.brew.sh/Querying-Brew]' \
11821183
'--quiet[Make some output more quiet]' \
1184+
'--sizes[Show the size of installed formulae and casks]' \
11831185
'--variations[Include the variations hash in each formula'\''s JSON output]' \
11841186
'--verbose[Show more verbose analytics data for formula]' \
11851187
- formula \

docs/Manpage.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,10 @@ Display brief statistics for your Homebrew installation. If a *`formula`* or
742742

743743
: Treat all named arguments as casks.
744744

745+
`--sizes`
746+
747+
: Show the size of installed formulae and casks.
748+
745749
### `install` \[*`options`*\] *`formula`*\|*`cask`* \[...\]
746750

747751
Install a *`formula`* or *`cask`*. Additional options specific to a *`formula`*

manpages/brew.1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,9 @@ Treat all named arguments as formulae\.
463463
.TP
464464
\fB\-\-cask\fP
465465
Treat all named arguments as casks\.
466+
.TP
467+
\fB\-\-sizes\fP
468+
Show the size of installed formulae and casks\.
466469
.SS "\fBinstall\fP \fR[\fIoptions\fP] \fIformula\fP|\fIcask\fP \fR[\.\.\.]"
467470
Install a \fIformula\fP or \fIcask\fP\&\. Additional options specific to a \fIformula\fP may be appended to the command\.
468471
.P

0 commit comments

Comments
 (0)