Added package simpleargs (#2318)

This commit is contained in:
Edoardo Giacopuzzi 2022-08-10 13:19:23 +02:00 committed by GitHub
parent 26cb9466e1
commit b810ae3aae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]