brew/completions
Jamin Thornsberry c5253b23c2 Remove fish command completions for excluded commands
This removes fish command completions (but keeps argument completions)
for commands in the `COMPLETIONS_EXCLUSION_LIST` list.

It also removes unnecessary exclusions of `*instal` aliases in command
suggestions in bash and fish completions, since those were removed from
`internal_commands_list.txt` in Homebrew#10229. This makes
`COMPLETIONS_EXCLUSION_LIST` the single source of truth for commands to
exclude from completions.
2024-11-20 17:35:42 -06:00
..
bash Remove fish command completions for excluded commands 2024-11-20 17:35:42 -06:00
fish Remove fish command completions for excluded commands 2024-11-20 17:35:42 -06:00
zsh Update manpage and completions. 2024-11-17 08:43:42 +00:00
internal_commands_list.txt Update manpage and completions. 2024-11-17 08:43:42 +00:00
README.md

Completions

This directory contains subdirectories for brew's tab completions for bash, zsh, and fish.