mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-27 00:11:18 +03:00
19 lines
578 B
XML
19 lines
578 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>conikost@gentoo.org</email>
|
|
<name>Conrad Kostecki</name>
|
|
</maintainer>
|
|
<stabilize-allarches/>
|
|
<longdescription>
|
|
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.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">amireh/lua_cliargs</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|