mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Add a link to the online documentation.
ok Florian Stinglmayr (maintainer)
This commit is contained in:
@@ -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,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/
|
||||
|
||||
Reference in New Issue
Block a user