CHANGES
=======

0.0.4
-----

* Added no\_args decorator
* Don't show commands with aliases multiple times in help

0.0.3
-----

* By default, add help alias without original function name
* Added link to cmdln

0.0.2
-----

* Add optional help command
* Add basic usage example
* Update readme
* Add \_\_all\_\_

0.0.1
-----

* Fixed the option decorator so it doesn't add arguments in reverse
* Added option decorator
* Support aliases
* Support commands without arguments
* Initial commit
