From 1088e43c2d22d358801ef8cdcae6c7750678e803 Mon Sep 17 00:00:00 2001 From: Ivan Yonchovski Date: Thu, 23 Jun 2022 00:37:05 +0300 Subject: [PATCH] Fix command line args setup (#120) - commandLineParams is the correct way to access args --- codex.nimble | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/codex.nimble b/codex.nimble index 572c5b5b..9dda10ba 100644 --- a/codex.nimble +++ b/codex.nimble @@ -37,8 +37,14 @@ proc buildBinary(name: string, srcDir = "./", params = "", lang = "c") = mkDir "build" # allow something like "nim nimbus --verbosity:0 --hints:off nimbus.nims" var extra_params = params - for i in 2..