Refresh command now supports a package list name as argument.

This commit is contained in:
Dominik Picheta 2016-12-20 20:58:57 +01:00
commit effbfbc6a1
2 changed files with 11 additions and 3 deletions

View file

@ -8,7 +8,7 @@ type
Config* = object
nimbleDir*: string
chcp*: bool # Whether to change the code page in .cmd files on Win.
packageLists*: Table[string, PackageList] ## URLs to packages.json files
packageLists*: Table[string, PackageList] ## Names -> packages.json files
cloneUsingHttps*: bool # Whether to replace git:// for https://
httpProxy*: Uri # Proxy for package list downloads.