Route more commands to brew-rs

- Enable `autoremove`, `cleanup`, `outdated` and `postinstall` in the
  Rust frontend gate.
- Keep `update` on the shell path so Homebrew's update flow still drives
  `update-report`.
This commit is contained in:
Mike McQuaid
2026-05-03 15:25:01 +01:00
parent 4b0158dd9f
commit fca74e717c
+1 -1
View File
@@ -301,7 +301,7 @@ rust-frontend-enabled() {
fi
case "${HOMEBREW_COMMAND}" in
fetch | search | info | list | install | reinstall | update-report | upgrade | uninstall) ;;
autoremove | cleanup | fetch | search | info | list | outdated | postinstall | install | reinstall | update-report | upgrade | uninstall) ;;
*) return 1 ;;
esac