Refresh command now supports a package list name as argument.
This commit is contained in:
parent
ac352aa6b2
commit
effbfbc6a1
2 changed files with 11 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue