Пакет lua5.4-module-lua_cliargs: Информация
Исходный пакет: lua5.4-module-lua_cliargs
Версия: 3.0.2-alt2_lr1
Собран: 7 августа 2025 г. 18:40
Категория: Разработка/Прочее
Сообщить об ошибке в пакетеДомашняя страница: https://github.com/lunarmodules/lua_cliargs
Лицензия: MIT
О пакете: Cliargs is a command-line argument parser for Lua
Описание:
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'.
Сопровождающий: Sergey Zhidkih
Последнее изменение
29 июля 2025 г. Sergey Zhidkih 3.0.2-alt2_lr1
- Enable tests.
22 апреля 2025 г. Sergey Zhidkih 3.0.2-alt1_lr1
- First build for alt.