From b810ae3aae778d9abfad58b475413dccbf101a5f Mon Sep 17 00:00:00 2001 From: Edoardo Giacopuzzi <51458073+edg1983@users.noreply.github.com> Date: Wed, 10 Aug 2022 13:19:23 +0200 Subject: [PATCH] Added package simpleargs (#2318) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 16e4394..0b261a9 100644 --- a/packages.json +++ b/packages.json @@ -27066,5 +27066,16 @@ "description": "A library and program for getting geomancy charts and figures.", "license": "Unlicense", "web": "https://github.com/VitorGoatman/geomancer" + }, + { + "name": "simpleargs", + "url": "https://github.com/HTGenomeAnalysisUnit/nim-simpleargs", + "method": "git", + "tags": [ + "argparse" + ], + "description": "Simple command line arguments parsing", + "license": "MIT", + "web": "https://github.com/HTGenomeAnalysisUnit/nim-simpleargs" } ]