--noprovides flag now takes the default option in the provider menu without showing the menu.
@@ -280,6 +280,10 @@ func (ds *depSolver) findSatisfierAurCache(dep string) *rpc.Pkg {
}
+ if !config.Provides && providers.Len() >= 1 {
+ return providers.Pkgs[0]
+ }
+
if providers.Len() == 1 {
return providers.Pkgs[0]