diff options
author | flywind <43030857+xflywind@users.noreply.github.com> | 2020-12-06 05:05:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-05 13:05:16 -0800 |
commit | 70d4df051648771269251cca8b4a6aa32ae636d0 (patch) | |
tree | 1cd775fcf5827f4477b96e408336c01aa2536894 | |
parent | d7f244180e84e4fd0fe7cd34298c8082bba14069 (diff) | |
download | Nim-70d4df051648771269251cca8b4a6aa32ae636d0.tar.gz |
bring back argparse (#16242)
-rw-r--r-- | testament/important_packages.nim | 2 |
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" |