summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorflywind <43030857+xflywind@users.noreply.github.com>2020-12-06 05:05:16 +0800
committerGitHub <noreply@github.com>2020-12-05 13:05:16 -0800
commit70d4df051648771269251cca8b4a6aa32ae636d0 (patch)
tree1cd775fcf5827f4477b96e408336c01aa2536894 /testament
parentd7f244180e84e4fd0fe7cd34298c8082bba14069 (diff)
downloadNim-70d4df051648771269251cca8b4a6aa32ae636d0.tar.gz
bring back argparse (#16242)
Diffstat (limited to 'testament')
-rw-r--r--testament/important_packages.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index 6d89df3e5..2da10e749 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -9,7 +9,7 @@ var packages2*: seq[tuple[name, cmd: string; url: string, useHead: bool]] = @[]
 
 # packages A-M
 # pkg1 "alea"
-# pkg1 "argparse"
+pkg1 "argparse"
 pkg1 "arraymancer", "nim c tests/tests_cpu.nim"
 # pkg1 "ast_pattern_matching", "nim c -r --oldgensym:on tests/test1.nim"
 pkg1 "awk"