Dub.remove
- void remove(Package pack)
- void remove(Package pack, bool force_remove)
- void remove(string package_id, PlacementLocation location, size_t delegate(in Package[] packages) resolve_version)
- void remove(string package_id, PlacementLocation location, bool force_remove, size_t delegate(in Package[] packages) resolve_version)
- void remove(string package_id, string version_, PlacementLocation location)
- void remove(string package_id, string version_, PlacementLocation location, bool force_remove)
dub dub Dub
constructorsfunctionsmanifest constantspropertiesvariables
Removes one or more versions of a locally cached package.
This will remove a given package with a specified version from the given location. It will remove at most one package, unless version_ is set to RemoveVersionWildcard.