mirror of
https://github.com/Jguer/yay.git
synced 2025-11-27 00:06:25 -05:00
--noprovides now hides Yay's provider menu
--noprovides flag now takes the default option in the provider menu without showing the menu.
This commit is contained in:
parent
c2aeb4bc4e
commit
e71fb8617a
@ -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]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user