From 8f890c3e246584f3373b660bf05ab55306370c8c Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 23 Sep 2024 14:23:38 -0500 Subject: [PATCH] add illwill to dev --- config.nims | 1 + 1 file changed, 1 insertion(+) diff --git a/config.nims b/config.nims index 70098af..77e64ee 100644 --- a/config.nims +++ b/config.nims @@ -4,6 +4,7 @@ task test, "run tests": selfExec "r tests/tbbansi.nim" task develop, "install cligen for development": + exec "nimble install -l 'illwill@0.4.1'" exec "nimble install -l 'cligen@1.7.5'" task docs, "Deploy doc html + search index to public/ directory":