docs/changelog.rst
author Alexander Solovyov <piranha@piranha.org.ua>
Tue, 04 Aug 2009 20:30:02 +0300
changeset 70 74b690e79606
parent 65 e9678adf8bb1
child 73 d283be877fc5
permissions -rw-r--r--
ability to decorate all subcommands and example of such decorator

Changelog
---------

0.9.5
~~~~~
Fixed bug, which prevented programs to work without arguments (displayed help
instead) if they are not using subcommands.

0.9.4
~~~~~
 - Ability to hide subcommands from help listing.
 - Append program name to subcommand usage.

0.9.3
~~~~~
Minor fix for setup.py, to avoid troubles with installing when there is no docs
in package.

0.9.2
~~~~~
Ability to call commands as regular functions, using arguments and keyword
arguments.

0.9.1
~~~~~
Fixed problem with multiple help options in subcommands

0.9
~~~
Initial version