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 1
1
package = " lua_cliargs"
2
- version = " 2.4-1 "
2
+ version = " 2.5-0 "
3
3
source = {
4
- url = " https://github.com/amireh/lua_cliargs/archive/v2.4-1 .tar.gz" ,
5
- dir = " lua_cliargs-2.4-1 "
4
+ url = " https://github.com/amireh/lua_cliargs/archive/v2.5-0 .tar.gz" ,
5
+ dir = " lua_cliargs-2.5-0 "
6
6
}
7
7
description = {
8
8
summary = " A command-line argument parser." ,
Original file line number Diff line number Diff line change 650
650
cli ._COPYRIGHT = " Copyright (C) 2011-2014 Ahmad Amireh"
651
651
cli ._LICENSE = " The code is released under the MIT terms. Feel free to use it in both open and closed software as you please."
652
652
cli ._DESCRIPTION = " Commandline argument parser for Lua"
653
- cli ._VERSION = " cliargs 2.4-1 "
653
+ cli ._VERSION = " cliargs 2.5-0 "
654
654
655
655
-- aliases
656
656
cli .add_argument = cli .add_arg
You can’t perform that action at this time.
0 commit comments