The via script now supports dedicated command-line flags to manage cache rebuilding instead of relying on the REBUILD environment variable. Passing -r will rebuild the cache before opening the menu, while -ro performs a background rebuild and exits without presenting the UI. This provides a cleaner and more idiomatic way to manage cache updates directly from the terminal or your defined shortcuts.

Add `-r` and `-ro` CLI options for cleaner cache rebuilding - zhengqunkoo/via