:completions: Add brew-bundle-list
This commit is contained in:
parent
1029549b6a
commit
64fc295e38
@ -233,6 +233,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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user