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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -521,6 +521,7 @@ __fish_brew_complete_arg 'bundle' -l go -d '`list` or `dump` Go packages'
521
521
__fish_brew_complete_arg 'bundle'-lhelp-d'Show this message'
522
522
__fish_brew_complete_arg 'bundle'-l install -d'Run `install` before continuing to other operations, e.g. `exec`'
523
523
__fish_brew_complete_arg 'bundle'-l mas -d'`list` or `dump` Mac App Store dependencies'
524
+
__fish_brew_complete_arg 'bundle'-l no-go -d'`dump` without Go packages. Enabled by default if `$HOMEBREW_BUNDLE_DUMP_NO_GO` is set'
524
525
__fish_brew_complete_arg 'bundle'-l no-restart -d'`dump` does not add `restart_service` to formula lines'
525
526
__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. Enabled by default if `$HOMEBREW_BUNDLE_NO_UPGRADE` is set'
526
527
__fish_brew_complete_arg 'bundle'-l no-vscode -d'`dump` without VSCode (and forks/variants) extensions. Enabled by default if `$HOMEBREW_BUNDLE_DUMP_NO_VSCODE` is set'
'(--no-vscode --no-go)--all[`list` all dependencies]' \
661
661
'--cask[`list`, `dump` or `cleanup` Homebrew cask dependencies]' \
662
662
'--check[Check that all dependencies in the Brewfile are installed before running `exec`, `sh`, or `env`]' \
663
663
'--cleanup[`install` performs cleanup operation, same as running `cleanup --force`. Enabled by default if `$HOMEBREW_BUNDLE_INSTALL_CLEANUP` is set and `--global` is passed]' \
@@ -667,10 +667,11 @@ _brew_bundle() {
667
667
'--force[`install` runs with `--force`/`--overwrite`. `dump` overwrites an existing `Brewfile`. `cleanup` actually performs its cleanup operations]' \
668
668
'--formula[`list`, `dump` or `cleanup` Homebrew formula dependencies]' \
669
669
'(--file)--global[Read from or write to the `Brewfile` from `$HOMEBREW_BUNDLE_FILE_GLOBAL` (if set), `${XDG_CONFIG_HOME}/homebrew/Brewfile` (if `$XDG_CONFIG_HOME` is set), `~/.homebrew/Brewfile` or `~/.Brewfile` otherwise]' \
670
-
'--go[`list` or `dump` Go packages]' \
670
+
'(--no-go)--go[`list` or `dump` Go packages]' \
671
671
'--help[Show this message]' \
672
672
'(--upgrade)--install[Run `install` before continuing to other operations, e.g. `exec`]' \
673
673
'--mas[`list` or `dump` Mac App Store dependencies]' \
674
+
'(--all --go)--no-go[`dump` without Go packages. Enabled by default if `$HOMEBREW_BUNDLE_DUMP_NO_GO` is set]' \
674
675
'--no-restart[`dump` does not add `restart_service` to formula lines]' \
675
676
'--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. Enabled by default if `$HOMEBREW_BUNDLE_NO_UPGRADE` is set]' \
676
677
'(--all --vscode)--no-vscode[`dump` without VSCode (and forks/variants) extensions. Enabled by default if `$HOMEBREW_BUNDLE_DUMP_NO_VSCODE` is set]' \
Copy file name to clipboardExpand all lines: manpages/brew.1
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -189,6 +189,9 @@ Temporarily start services while running the \fBexec\fP or \fBsh\fP command\. En
189
189
\fB\-\-no\-vscode\fP
190
190
\fBdump\fP without VSCode (and forks/variants) extensions\. Enabled by default if \fB$HOMEBREW_BUNDLE_DUMP_NO_VSCODE\fP is set\.
191
191
.TP
192
+
\fB\-\-no\-go\fP
193
+
\fBdump\fP without Go packages\. Enabled by default if \fB$HOMEBREW_BUNDLE_DUMP_NO_GO\fP is set\.
194
+
.TP
192
195
\fB\-\-describe\fP
193
196
\fBdump\fP adds a description comment above each line, unless the dependency does not have a description\. Enabled by default if \fB$HOMEBREW_BUNDLE_DUMP_DESCRIBE\fP is set\.
0 commit comments