mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
c222febc24
ok Florian Stinglmayr (maintainer)
7 lines
232 B
Plaintext
7 lines
232 B
Plaintext
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/
|