Package lua5.4-module-lua_cliargs: Information

    Source package: lua5.4-module-lua_cliargs
    Version: 3.0.2-alt2_lr1
    Latest version according to Repology
    Build time:  Aug 5, 2025, 08:43 AM in the task #391129
    Report package bug
    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'.

    List of RPM packages built from this SRPM:
    lua5.4-module-lua_cliargs (noarch)

    Maintainer: Sergey Zhidkih

    List of contributors:
    Sergey Zhidkih

    ACL:
    Sergey Zhidkih
    @everybody

      1. lua5.4-luarocks
      2. lua5.4-module-busted
      3. rpm-macros-lua

    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.