From 4eeead14fbef05683df6a320b172a30f8d64efb5 Mon Sep 17 00:00:00 2001 From: Ryuhei Yoshida Date: Tue, 12 Dec 2023 15:51:59 +0900 Subject: [PATCH] :completions: Add brew-bundle-list --- completions/fish/brew.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 2708df443b80f2..3ebb373e6a877f 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -1748,6 +1748,7 @@ __fish_brew_complete_sub_cmd 'bundle' 'dump' "Write all installed casks/formu __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"