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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1112,7 +1112,7 @@ __fish_brew_complete_arg 'install' -l adopt -d 'Adopt existing artifacts in the
1112
1112
__fish_brew_complete_arg 'install'-l appdir -d'Target location for Applications (default: `/Applications`)'
1113
1113
__fish_brew_complete_arg 'install'-l appimagedir -d'Target location for AppImages (default: `~/Applications`)'
1114
1114
__fish_brew_complete_arg 'install'-l as-dependency -d'Install but mark as installed as a dependency and not installed on request'
1115
-
__fish_brew_complete_arg 'install'-l ask -d'Ask for confirmation before downloading and installing. Print a dependency plan, including added, changed and removed packages and dependencies, with download and install sizes of formula bottles. Enabled by default if `$HOMEBREW_ASK` is set'
1115
+
__fish_brew_complete_arg 'install'-l ask -d'Ask for confirmation before downloading and installing. Print the same plan as `--dry-run` before prompting. Enabled by default if `$HOMEBREW_ASK` is set'
1116
1116
__fish_brew_complete_arg 'install'-l audio-unit-plugindir -d'Target location for Audio Unit Plugins (default: `~/Library/Audio/Plug-Ins/Components`)'
1117
1117
__fish_brew_complete_arg 'install'-l binaries -d'Disable/enable linking of helper executables (default: enabled)'
1118
1118
__fish_brew_complete_arg 'install'-l bottle-arch -d'Optimise bottles for the specified architecture rather than the oldest architecture supported by the version of macOS the bottles are built on'
@@ -1474,7 +1474,7 @@ __fish_brew_complete_cmd 'reinstall' 'Uninstall and then reinstall a formula or
1474
1474
__fish_brew_complete_arg 'reinstall'-l adopt -d'Adopt existing artifacts in the destination that are identical to those being installed. Cannot be combined with `--force`'
1475
1475
__fish_brew_complete_arg 'reinstall'-l appdir -d'Target location for Applications (default: `/Applications`)'
1476
1476
__fish_brew_complete_arg 'reinstall'-l appimagedir -d'Target location for AppImages (default: `~/Applications`)'
1477
-
__fish_brew_complete_arg 'reinstall'-l ask -d'Ask for confirmation before downloading and reinstalling. Print a dependency plan, including added, changed and removed packages and dependencies, with download and install sizes of formula bottles. Enabled by default if `$HOMEBREW_ASK` is set'
1477
+
__fish_brew_complete_arg 'reinstall'-l ask -d'Ask for confirmation before downloading and reinstalling. Print what would be reinstalled before prompting. Enabled by default if `$HOMEBREW_ASK` is set'
1478
1478
__fish_brew_complete_arg 'reinstall'-l audio-unit-plugindir -d'Target location for Audio Unit Plugins (default: `~/Library/Audio/Plug-Ins/Components`)'
1479
1479
__fish_brew_complete_arg 'reinstall'-l binaries -d'Disable/enable linking of helper executables (default: enabled)'
1480
1480
__fish_brew_complete_arg 'reinstall'-l build-from-source -d'Compile formula from source even if a bottle is available'
Copy file name to clipboardExpand all lines: completions/zsh/_brew
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1444,7 +1444,7 @@ _brew_install() {
1444
1444
'(--formula)--appdir[Target location for Applications (default: `/Applications`)]' \
1445
1445
'(--formula)--appimagedir[Target location for AppImages (default: `~/Applications`)]' \
1446
1446
'(--cask)--as-dependency[Install but mark as installed as a dependency and not installed on request]' \
1447
-
'--ask[Ask for confirmation before downloading and installing. Print a dependency plan, including added, changed and removed packages and dependencies, with download and install sizes of formula bottles. Enabled by default if `$HOMEBREW_ASK` is set]' \
1447
+
'--ask[Ask for confirmation before downloading and installing. Print the same plan as `--dry-run` before prompting. Enabled by default if `$HOMEBREW_ASK` is set]' \
1448
1448
'(--formula)--audio-unit-plugindir[Target location for Audio Unit Plugins (default: `~/Library/Audio/Plug-Ins/Components`)]' \
1449
1449
'(--formula)--binaries[Disable/enable linking of helper executables (default: enabled)]' \
1450
1450
'(--cask)--bottle-arch[Optimise bottles for the specified architecture rather than the oldest architecture supported by the version of macOS the bottles are built on]' \
@@ -1879,7 +1879,7 @@ _brew_reinstall() {
1879
1879
'(--formula)--adopt[Adopt existing artifacts in the destination that are identical to those being installed. Cannot be combined with `--force`]' \
1880
1880
'(--formula)--appdir[Target location for Applications (default: `/Applications`)]' \
1881
1881
'(--formula)--appimagedir[Target location for AppImages (default: `~/Applications`)]' \
1882
-
'--ask[Ask for confirmation before downloading and reinstalling. Print a dependency plan, including added, changed and removed packages and dependencies, with download and install sizes of formula bottles. Enabled by default if `$HOMEBREW_ASK` is set]' \
1882
+
'--ask[Ask for confirmation before downloading and reinstalling. Print what would be reinstalled before prompting. Enabled by default if `$HOMEBREW_ASK` is set]' \
1883
1883
'(--formula)--audio-unit-plugindir[Target location for Audio Unit Plugins (default: `~/Library/Audio/Plug-Ins/Components`)]' \
1884
1884
'(--formula)--binaries[Disable/enable linking of helper executables (default: enabled)]' \
1885
1885
'(--cask --force-bottle)--build-from-source[Compile formula from source even if a bottle is available]' \
Copy file name to clipboardExpand all lines: manpages/brew.1
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -745,7 +745,7 @@ Print the verification and post\-install steps\.
745
745
Show what would be installed, but do not actually install anything\.
746
746
.TP
747
747
\fB\-\-ask\fP
748
-
Ask for confirmation before downloading and installing\. Print a dependency plan, including added, changed and removed packages and dependencies, with download and install sizes of formula bottles\. Enabled by default if \fB$HOMEBREW_ASK\fP is set\.
748
+
Ask for confirmation before downloading and installing\. Print the same plan as \fB\-\-dry\-run\fP before prompting\. Enabled by default if \fB$HOMEBREW_ASK\fP is set\.
749
749
.TP
750
750
\fB\-\-formula\fP
751
751
Treat all named arguments as formulae\.
@@ -1041,7 +1041,7 @@ Install without checking for previously installed keg\-only or non\-migrated ver
1041
1041
Print the verification and post\-install steps\.
1042
1042
.TP
1043
1043
\fB\-\-ask\fP
1044
-
Ask for confirmation before downloading and reinstalling\. Print a dependency plan, including added, changed and removed packages and dependencies, with download and install sizes of formula bottles\. Enabled by default if \fB$HOMEBREW_ASK\fP is set\.
1044
+
Ask for confirmation before downloading and reinstalling\. Print what would be reinstalled before prompting\. Enabled by default if \fB$HOMEBREW_ASK\fP is set\.
0 commit comments