Merge pull request #22132 from Homebrew/brew-rs-autoremove-cleanup-gate

Route more commands to brew-rs
This commit is contained in:
Mike McQuaid
2026-05-04 06:39:59 +00:00
committed by GitHub
+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