From 972a011a9e4854bd458da9b0c9b7b1bd3c6a162b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 12 Dec 2023 08:48:04 +0000 Subject: [PATCH] Update manpage and completions. Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow. --- completions/fish/brew.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index f285227f332bc..3ebb373e6a877 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -1743,10 +1743,12 @@ __fish_brew_complete_arg 'bundle; and not __fish_brew_opt --file --global ' -l global -d "Use \$HOME/.Brewfile" +__fish_brew_complete_sub_cmd 'bundle' 'install' "Install and upgrade (by default) all dependencies from the Brewfile." __fish_brew_complete_sub_cmd 'bundle' 'dump' "Write all installed casks/formulae/taps into a Brewfile" __fish_brew_complete_sub_cmd 'bundle' 'cleanup' "Uninstall all dependencies not listed in a Brewfile" __fish_brew_complete_sub_cmd 'bundle' 'check' "Check if all dependencies are installed in a Brewfile" __fish_brew_complete_sub_cmd 'bundle' 'exec' "Run an external command in an isolated build environment" +__fish_brew_complete_sub_cmd 'bundle' 'list' "List all dependencies present in the Brewfile." # --force is available only for the dump/cleanup subcommands __fish_brew_complete_sub_arg 'bundle' 'dump cleanup' -l force -d "Uninstall dependencies or overwrite an existing Brewfile"