Fixes cloning repo for develop command.
This commit is contained in:
parent
bdfb681824
commit
acbce88bac
3 changed files with 18 additions and 2 deletions
|
|
@ -219,7 +219,7 @@ proc parseArgument*(key: string, result: var Options) =
|
|||
case result.action.typ
|
||||
of actionNil:
|
||||
assert false
|
||||
of actionInstall, actionPath, actionUninstall:
|
||||
of actionInstall, actionPath, actionDevelop, actionUninstall:
|
||||
# Parse pkg@verRange
|
||||
if '@' in key:
|
||||
let i = find(key, '@')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue