pub const fn aur_install_helper_flags(reinstall: bool) -> &'static strExpand description
What: Flag sequence for a non-interactive paru/yay -S install of AUR-only targets.
Inputs:
reinstall: Whentrue, omit--needed(reinstall path).
Output:
- Static flag string including
-Sand--aur(e.g.-S --aur --needed --noconfirm).
Details:
- Same string is passed to both helpers via
aur_install_body. --aurensures helpers do not prefer a sync database (e.g. Chaotic-AUR) when the same name exists on the AUR.