Sphinx-argparse Documentation

1 parser:argument"input" $ lua script.lua foo {input="foo"} The data passed to the argument is stored in the result table at index inputbecause it is the argument’s name. The index can be changed using targetproperty. 2.1Setting number of consumed arguments argsproperty sets how many command line arguments the argument consumes. ................
................