File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11package = " lua_cliargs"
2- version = " 2.5-0 "
2+ version = " 2.5-1 "
33source = {
4- url = " https://github.com/amireh/lua_cliargs/archive/v2.5-0 .tar.gz" ,
5- dir = " lua_cliargs-2.5-0 "
4+ url = " https://github.com/amireh/lua_cliargs/archive/v2.5-1 .tar.gz" ,
5+ dir = " lua_cliargs-2.5-1 "
66}
77description = {
88 summary = " A command-line argument parser." ,
Original file line number Diff line number Diff line change 650650cli ._COPYRIGHT = " Copyright (C) 2011-2014 Ahmad Amireh"
651651cli ._LICENSE = " The code is released under the MIT terms. Feel free to use it in both open and closed software as you please."
652652cli ._DESCRIPTION = " Commandline argument parser for Lua"
653- cli ._VERSION = " cliargs 2.5-0 "
653+ cli ._VERSION = " cliargs 2.5-1 "
654654
655655-- aliases
656656cli .add_argument = cli .add_arg
You can’t perform that action at this time.
0 commit comments