Fixes #436. Develop clones HEAD and full history.

This commit is contained in:
Dominik Picheta 2018-09-02 01:11:50 +01:00
commit d606867da6
3 changed files with 21 additions and 8 deletions

View file

@ -22,6 +22,8 @@ type
showVersion*: bool
noColor*: bool
disableValidation*: bool
## Whether packages' repos should always be downloaded with their history.
forceFullClone*: bool
ActionType* = enum
actionNil, actionRefresh, actionInit, actionDump, actionPublish,