You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On this commit from 2020 two arguments were created, yay_argument and dnf_arguments so that you could pass specific commands to the programs, but on the config.example there's no mention of dnf, only yay, so I just found out I could also pass commands to dnf, like dnf_arguments = --refresh.
I guess adding these lines on the config.example would help.
# Arguments to pass dnf when updating packages
#dnf_arguments = "--refresh"