Files
argparse/spec
mpeterv ff9abac990 Allow using multiple constructor arguments for configuring elements
Disable undocumented ability to specify aliases as arguments
for constructors, e.g. parser:option("-f", "--foo"), and instead
order properties and pass constructor arguments to them.
E.g. parser:argument("foo", "A foo that bars") sets argument
name to foo and description to "A foo that bars".

TODO: remove "aliases" property, instead allow setting several
names in one string by separating them using space.
TODO: reorder properties so that most useful ones could be used
as constructor arguments.
2015-06-09 21:56:36 +03:00
..
2015-03-13 15:19:33 +03:00
2015-03-13 15:19:33 +03:00
2014-03-08 16:25:54 +04:00
2015-03-13 15:12:06 +03:00
2015-03-13 15:12:06 +03:00