Added package shellopt (#2292)

This commit is contained in:
uga-rosa 2022-07-27 18:09:53 +09:00 committed by GitHub
parent fb29e99824
commit 15a27860a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26835,5 +26835,17 @@
"description": "An image colorizer",
"license": "GPL-3.0-or-later",
"web": "https://github.com/Infinitybeond1/dye"
},
{
"name": "shellopt",
"url": "https://github.com/uga-rosa/shellopt.nim",
"method": "git",
"tags": [
"library",
"cli"
],
"description": "Command line argument parser in the form commonly used in ordinary shell.",
"license": "MIT",
"web": "https://github.com/uga-rosa/shellopt.nim"
}
]