diff --git a/packages.json b/packages.json index 816c813..83f1a3b 100644 --- a/packages.json +++ b/packages.json @@ -34558,18 +34558,38 @@ "name": "errorcodes", "url": "https://github.com/nim-lang/errorcodes.git", "method": "git", - "tags": ["errorcode", "errno", "statuscode", "httpstatuscode", "httpcode"], + "tags": [ + "errorcode", + "errno", + "statuscode", + "httpstatuscode", + "httpcode" + ], "description": "Errorcodes maps Nim error states and POSIX and HTTP error codes to a single common enum. It can be used as an alternative to exceptions.", - "license": "MIT", + "license": "MIT", "web": "https://github.com/nim-lang/errorcodes" }, { "name": "nimony", "url": "https://github.com/nim-lang/nimony.git", "method": "git", - "tags": ["Nim compiler"], + "tags": [ + "Nim compiler" + ], "description": "Nimony is a new Nim implementation that is in heavy development.", "license": "MIT", "web": "https://github.com/nim-lang/nimony" + }, + { + "name": "args", + "url": "https://github.com/threatfender/args", + "method": "git", + "tags": [ + "cli", + "args" + ], + "description": "argv and argc for command line arguments", + "license": "MIT", + "web": "https://github.com/threatfender/args" } ]