Files
argparse/spec
mpeterv 247ed9e874 New Parser/Command property 'command_target'
Allows saving name of used command in a field of result target.
Helpful when command callbacks are stored in a table with names as keys
or when they are in submodules of some namespace.

Example:

    local parser = argparse():command_target("command")
    -- Add commands...
    local args = parser:parse()
    require("namespace." .. args.command).run(args)
2015-11-23 15:54:31 +03:00
..
2015-10-29 21:00:49 +03:00
2015-06-09 22:27:32 +03:00
2015-09-24 18:55:10 +03:00
2015-03-13 15:12:06 +03:00
2015-03-13 15:12:06 +03:00