Add a link to the online documentation.

ok Florian Stinglmayr (maintainer)
This commit is contained in:
jca
2016-10-17 15:15:53 +00:00
parent f74fc7d6fd
commit c222febc24
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.2 2016/10/16 23:21:22 jca Exp $
# $OpenBSD: Makefile,v 1.3 2016/10/17 15:15:53 jca Exp $
COMMENT = command line parser for Lua
V = 3.0-1
PKGNAME = lua-cliargs-${V:S/-/./g}
REVISION = 0
GH_ACCOUNT = amireh
GH_PROJECT = lua_cliargs
+2
View File
@@ -2,3 +2,5 @@ This module adds support for accepting CLI arguments easily using multiple
notations and argument types.
cliargs allows you to define required, optional, and flag arguments.
The API is described at http://lua-cliargs.netlify.com/