lua_cliargs icon indicating copy to clipboard operation
lua_cliargs copied to clipboard

Option to accept multiple options not documented

Open alerque opened this issue 4 years ago • 0 comments

Setting the "default" value for an option to an empty table seems to enable that option to be specified multiple times and return a table instead of a string, but this does not seem to be documented:

cli:option("-f, --foo=VALUE", "set foo", {})

alerque avatar Sep 18 '21 11:09 alerque