Skip to content

Commit

Permalink
:completions: Add brew-bundle-list
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshida-ryuhei committed Dec 12, 2023
1 parent 0104dd0 commit 4eeead1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions completions/fish/brew.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4eeead1

Please sign in to comment.