Package lua5.4-module-lua_cliargs: Information
Source package: lua5.4-module-lua_cliargs
Version: 3.0.2-alt2_lr1
Build time: Aug 5, 2025, 08:43 AM in the task #391129
Category: Development/Other
Report package bugHome page: https://github.com/lunarmodules/lua_cliargs
License: MIT
Summary: Cliargs is a command-line argument parser for Lua
Description:
Cliargs is a command-line argument parser for Lua. It supports several types of arguments: 1. required arguments 2. optional arguments with different notations: -short-key VALUE and/or --expanded-key=VALUE 3. optional arguments with multiple-values that get appended to a list 4. optional "flag" arguments (on/off options) with notations: -short-key and/or --expanded-key 5. a single optional "splat" argument which can be repeated (must be the last argument) Optional arguments can have default values (strings), flags always default to 'true'.
Maintainer: Sergey Zhidkih
Last changed
July 29, 2025 Sergey Zhidkih 3.0.2-alt2_lr1
- Enable tests.
April 22, 2025 Sergey Zhidkih 3.0.2-alt1_lr1
- First build for alt.