Wykres commitów

6 Commity (dd34477222c40f148abf1a48e58c48d4574c2c1e)

Autor SHA1 Wiadomość Data
Delio Brignoli dd34477222 argparse: Add support for multiple option names to add_argument(). 2015-10-19 00:28:19 +01:00
Paul Sokolovsky 7c444be6ba argparse: Release 0.2. 2015-10-16 23:03:34 +03:00
Paul Sokolovsky 2c5e45b1b8 argparse: Fix failing testcase. 2015-10-16 23:03:00 +03:00
Paul Sokolovsky fca6f0cc72 argparse: Description arg is optional.
TODO: Make sure that in this case, good help message is printed to user.
2015-10-16 23:02:52 +03:00
Damien George eba0c0ad8d argparse: Initial minimal implementation of argparse.
CPython's argparse needs around 160k heap just for the module, and has
heaps of dependencies.  This minimal version can run in 16k heap and has
only sys and namedtuple dependencies (which are builtin to MicroPython).
2015-06-06 18:10:04 +01:00
Paul Sokolovsky 04fa764cbb argparse: Add dummy module. 2015-05-22 10:40:42 +03:00