Deprecate `PackageManager.refresh(true)`, only expose `refresh()`
It is not actually used, as all call sites but two use false as an argument. The two calls using true are inside a constructor, meaning there will be no pre-existing packages, so whether true or false is passed will have the same effect / result. |
---|
|
source/dub/packagemanager.d |
---|
source/dub/project.d |
---|