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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -521,7 +521,7 @@ __fish_brew_complete_arg 'bundle' -l no-restart -d '`dump` does not add `restart
521
521
__fish_brew_complete_arg 'bundle'-l no-upgrade -d'`install` does not run `brew upgrade` on outdated dependencies. `check` does not check for outdated dependencies. Note they may still be upgraded by `brew install` if needed. This is enabled by default if `$HOMEBREW_BUNDLE_NO_UPGRADE` is set'
522
522
__fish_brew_complete_arg 'bundle'-l no-vscode -d'`dump` without VSCode (and forks/variants) extensions. This is enabled by default if `$HOMEBREW_BUNDLE_DUMP_NO_VSCODE` is set'
523
523
__fish_brew_complete_arg 'bundle'-l quiet -d'Make some output more quiet'
524
-
__fish_brew_complete_arg 'bundle'-l services -d'Temporarily start services while running the `exec` or `sh` command'
524
+
__fish_brew_complete_arg 'bundle'-l services -d'Temporarily start services while running the `exec` or `sh` command. This is enabled by default if `$HOMEBREW_BUNDLE_SERVICES` is set'
525
525
__fish_brew_complete_arg 'bundle'-l tap -d'`list` or `dump` Homebrew tap dependencies'
526
526
__fish_brew_complete_arg 'bundle'-l upgrade -d'`install` runs `brew upgrade` on outdated dependencies, even if `$HOMEBREW_BUNDLE_NO_UPGRADE` is set'
527
527
__fish_brew_complete_arg 'bundle'-l upgrade-formulae -d'`install` runs `brew upgrade` on any of these comma-separated formulae, even if `$HOMEBREW_BUNDLE_NO_UPGRADE` is set'
Copy file name to clipboardExpand all lines: completions/zsh/_brew
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -664,7 +664,7 @@ _brew_bundle() {
664
664
'--no-upgrade[`install` does not run `brew upgrade` on outdated dependencies. `check` does not check for outdated dependencies. Note they may still be upgraded by `brew install` if needed. This is enabled by default if `$HOMEBREW_BUNDLE_NO_UPGRADE` is set]' \
665
665
'(--all --vscode)--no-vscode[`dump` without VSCode (and forks/variants) extensions. This is enabled by default if `$HOMEBREW_BUNDLE_DUMP_NO_VSCODE` is set]' \
666
666
'--quiet[Make some output more quiet]' \
667
-
'--services[Temporarily start services while running the `exec` or `sh` command]' \
667
+
'--services[Temporarily start services while running the `exec` or `sh` command. This is enabled by default if `$HOMEBREW_BUNDLE_SERVICES` is set]' \
668
668
'--tap[`list` or `dump` Homebrew tap dependencies]' \
669
669
'(--install)--upgrade[`install` runs `brew upgrade` on outdated dependencies, even if `$HOMEBREW_BUNDLE_NO_UPGRADE` is set]' \
670
670
'--upgrade-formulae[`install` runs `brew upgrade` on any of these comma-separated formulae, even if `$HOMEBREW_BUNDLE_NO_UPGRADE` is set]' \
Copy file name to clipboardExpand all lines: manpages/brew.1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ Read from or write to the \fBBrewfile\fP from \fB$HOMEBREW_BUNDLE_FILE_GLOBAL\fP
157
157
Run \fBinstall\fP before continuing to other operations e\.g\.\fBexec\fP\&\.
158
158
.TP
159
159
\fB\-\-services\fP
160
-
Temporarily start services while running the \fBexec\fP or \fBsh\fP command\.
160
+
Temporarily start services while running the \fBexec\fP or \fBsh\fP command\. This is enabled by default if \fB$HOMEBREW_BUNDLE_SERVICES\fP is set\.
161
161
.TP
162
162
\fB\-f\fP, \fB\-\-force\fP
163
163
\fBinstall\fP runs with \fB\-\-force\fP/\fB\-\-overwrite\fP\&\.\fBdump\fP overwrites an existing \fBBrewfile\fP\&\.\fBcleanup\fP actually performs its cleanup operations\.
0 commit comments