lua_cliargs icon indicating copy to clipboard operation
lua_cliargs copied to clipboard

A command-line argument parsing module for Lua.

Results 14 lua_cliargs issues
Sort by recently updated
recently updated
newest added

Currently there's no way to pass a maximum line width other than manually setting both columns

If a command or subcommand doesn't exist, it would be really cool if there were suggestions. Today I read about http://blog.notdot.net/2010/07/Damn-Cool-Algorithms-Levenshtein-Automata which seems like a workable solution to integrate here.

What is the deal with a numeric limit on ```splat()``` arguments? Why not just specify ```unlimited``` by default? If anyone wants to limit it to 1 he could always optionally...

enhancement

I'm experimenting with the new command features and not having much luck getting the command description to display with --help when using the command():file() function. Is this a known issue...

bug