You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: completions/fish/brew.fish
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -313,6 +313,7 @@ __fish_brew_complete_arg 'abv' -l help -d 'Show this message'
313
313
__fish_brew_complete_arg 'abv'-l installed -d'Print JSON of formulae that are currently installed'
314
314
__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'
315
315
__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'
316
317
__fish_brew_complete_arg 'abv'-l variations -d'Include the variations hash in each formula\'s JSON output'
317
318
__fish_brew_complete_arg 'abv'-l verbose -d'Show more verbose analytics data for formula'
318
319
__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'
941
942
__fish_brew_complete_arg 'info'-l installed -d'Print JSON of formulae that are currently installed'
942
943
__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'
943
944
__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'
944
946
__fish_brew_complete_arg 'info'-l variations -d'Include the variations hash in each formula\'s JSON output'
945
947
__fish_brew_complete_arg 'info'-l verbose -d'Show more verbose analytics data for formula'
946
948
__fish_brew_complete_arg 'info; and not __fish_seen_argument -l cask -l casks'-a'(__fish_brew_suggest_formulae_all)'
Copy file name to clipboardExpand all lines: completions/zsh/_brew
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -431,6 +431,7 @@ _brew_abv() {
431
431
'(--eval-all --all)--installed[Print JSON of formulae that are currently installed]' \
432
432
'(--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]' \
433
433
'--quiet[Make some output more quiet]' \
434
+
'--sizes[Show the size of installed formulae and casks]' \
434
435
'--variations[Include the variations hash in each formula'\''s JSON output]' \
435
436
'--verbose[Show more verbose analytics data for formula]' \
436
437
- formula \
@@ -1180,6 +1181,7 @@ _brew_info() {
1180
1181
'(--eval-all --all)--installed[Print JSON of formulae that are currently installed]' \
1181
1182
'(--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]' \
1182
1183
'--quiet[Make some output more quiet]' \
1184
+
'--sizes[Show the size of installed formulae and casks]' \
1183
1185
'--variations[Include the variations hash in each formula'\''s JSON output]' \
1184
1186
'--verbose[Show more verbose analytics data for formula]' \
0 commit comments