mirror of
https://github.com/Homebrew/brew.git
synced 2026-08-12 22:29:27 +04:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user