Fixes problem with subdirs and 'develop'. Documents package urls.
This commit is contained in:
parent
25ffe273f7
commit
7e3058657c
3 changed files with 20 additions and 3 deletions
|
|
@ -1012,7 +1012,7 @@ proc develop(options: Options) =
|
|||
let (meth, url, metadata) = getDownloadInfo(pv, options, true)
|
||||
let subdir = metadata.getOrDefault("subdir")
|
||||
discard downloadPkg(url, pv.ver, meth, subdir, options, downloadDir)
|
||||
developFromDir(downloadDir, options)
|
||||
developFromDir(downloadDir / subdir, options)
|
||||
|
||||
proc test(options: Options) =
|
||||
## Executes all tests.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue