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
Original file line number
Diff line number
Diff line change
@@ -944,6 +944,7 @@ __fish_brew_complete_arg 'info; and not __fish_seen_argument -l formula -l formu
944
944
__fish_brew_complete_arg 'instal'-l HEAD -d'If formula defines it, install the HEAD version, aka. main, trunk, unstable, master'
945
945
__fish_brew_complete_arg 'instal'-l adopt -d'Adopt existing artifacts in the destination that are identical to those being installed. Cannot be combined with `--force`'
946
946
__fish_brew_complete_arg 'instal'-l appdir -d'Target location for Applications (default: `/Applications`)'
947
+
__fish_brew_complete_arg 'instal'-l as-dependency -d'Install but mark as installed as a dependency and not installed on request'
947
948
__fish_brew_complete_arg 'instal'-l ask -d'Ask for confirmation before downloading and installing formulae. Print bottles and dependencies download size and install size'
948
949
__fish_brew_complete_arg 'instal'-l audio-unit-plugindir -d'Target location for Audio Unit Plugins (default: `~/Library/Audio/Plug-Ins/Components`)'
949
950
__fish_brew_complete_arg 'instal'-l binaries -d'Disable/enable linking of helper executables (default: enabled)'
@@ -1000,6 +1001,7 @@ __fish_brew_complete_cmd 'install' 'Install a formula or cask'
1000
1001
__fish_brew_complete_arg 'install'-l HEAD -d'If formula defines it, install the HEAD version, aka. main, trunk, unstable, master'
1001
1002
__fish_brew_complete_arg 'install'-l adopt -d'Adopt existing artifacts in the destination that are identical to those being installed. Cannot be combined with `--force`'
1002
1003
__fish_brew_complete_arg 'install'-l appdir -d'Target location for Applications (default: `/Applications`)'
1004
+
__fish_brew_complete_arg 'install'-l as-dependency -d'Install but mark as installed as a dependency and not installed on request'
1003
1005
__fish_brew_complete_arg 'install'-l ask -d'Ask for confirmation before downloading and installing formulae. Print bottles and dependencies download size and install size'
1004
1006
__fish_brew_complete_arg 'install'-l audio-unit-plugindir -d'Target location for Audio Unit Plugins (default: `~/Library/Audio/Plug-Ins/Components`)'
1005
1007
__fish_brew_complete_arg 'install'-l binaries -d'Disable/enable linking of helper executables (default: enabled)'
Copy file name to clipboardexpand all lines: completions/zsh/_brew
+4-2
Original file line number
Diff line number
Diff line change
@@ -1187,6 +1187,7 @@ _brew_instal() {
1187
1187
'(--cask)--HEAD[If formula defines it, install the HEAD version, aka. main, trunk, unstable, master]' \
1188
1188
'(--formula --force)--adopt[Adopt existing artifacts in the destination that are identical to those being installed. Cannot be combined with `--force`]' \
1189
1189
'(--formula)--appdir[Target location for Applications (default: `/Applications`)]' \
1190
+
'(--cask)--as-dependency[Install but mark as installed as a dependency and not installed on request]' \
1190
1191
'(--cask)--ask[Ask for confirmation before downloading and installing formulae. Print bottles and dependencies download size and install size]' \
1191
1192
'(--formula)--audio-unit-plugindir[Target location for Audio Unit Plugins (default: `~/Library/Audio/Plug-Ins/Components`)]' \
1192
1193
'(--formula)--binaries[Disable/enable linking of helper executables (default: enabled)]' \
@@ -1237,7 +1238,7 @@ _brew_instal() {
1237
1238
'(--casks --binaries --require-sha --quarantine --adopt --skip-cask-deps --zap --appdir --keyboard-layoutdir --colorpickerdir --prefpanedir --qlplugindir --mdimporterdir --dictionarydir --fontdir --servicedir --input-methoddir --internet-plugindir --audio-unit-plugindir --vst-plugindir --vst3-plugindir --screen-saverdir --language)--formula[Treat all named arguments as formulae]' \
1238
1239
'*::formula:__brew_formulae' \
1239
1240
- cask \
1240
-
'(--formulae --env --ignore-dependencies --only-dependencies --cc --build-from-source --force-bottle --include-test --HEAD --fetch-HEAD --keep-tmp --debug-symbols --build-bottle --skip-post-install --skip-link --bottle-arch --interactive --git --overwrite --ask)--cask[Treat all named arguments as casks]' \
1241
+
'(--formulae --env --ignore-dependencies --only-dependencies --cc --build-from-source --force-bottle --include-test --HEAD --fetch-HEAD --keep-tmp --debug-symbols --build-bottle --skip-post-install --skip-link --as-dependency --bottle-arch --interactive --git --overwrite --ask)--cask[Treat all named arguments as casks]' \
1241
1242
'*::cask:__brew_casks'
1242
1243
}
1243
1244
@@ -1247,6 +1248,7 @@ _brew_install() {
1247
1248
'(--cask)--HEAD[If formula defines it, install the HEAD version, aka. main, trunk, unstable, master]' \
1248
1249
'(--formula --force)--adopt[Adopt existing artifacts in the destination that are identical to those being installed. Cannot be combined with `--force`]' \
1249
1250
'(--formula)--appdir[Target location for Applications (default: `/Applications`)]' \
1251
+
'(--cask)--as-dependency[Install but mark as installed as a dependency and not installed on request]' \
1250
1252
'(--cask)--ask[Ask for confirmation before downloading and installing formulae. Print bottles and dependencies download size and install size]' \
1251
1253
'(--formula)--audio-unit-plugindir[Target location for Audio Unit Plugins (default: `~/Library/Audio/Plug-Ins/Components`)]' \
1252
1254
'(--formula)--binaries[Disable/enable linking of helper executables (default: enabled)]' \
@@ -1297,7 +1299,7 @@ _brew_install() {
1297
1299
'(--casks --binaries --require-sha --quarantine --adopt --skip-cask-deps --zap --appdir --keyboard-layoutdir --colorpickerdir --prefpanedir --qlplugindir --mdimporterdir --dictionarydir --fontdir --servicedir --input-methoddir --internet-plugindir --audio-unit-plugindir --vst-plugindir --vst3-plugindir --screen-saverdir --language)--formula[Treat all named arguments as formulae]' \
1298
1300
'*::formula:__brew_formulae' \
1299
1301
- cask \
1300
-
'(--formulae --env --ignore-dependencies --only-dependencies --cc --build-from-source --force-bottle --include-test --HEAD --fetch-HEAD --keep-tmp --debug-symbols --build-bottle --skip-post-install --skip-link --bottle-arch --interactive --git --overwrite --ask)--cask[Treat all named arguments as casks]' \
1302
+
'(--formulae --env --ignore-dependencies --only-dependencies --cc --build-from-source --force-bottle --include-test --HEAD --fetch-HEAD --keep-tmp --debug-symbols --build-bottle --skip-post-install --skip-link --as-dependency --bottle-arch --interactive --git --overwrite --ask)--cask[Treat all named arguments as casks]' \
0 commit comments