Version history =============== 1.4.0 - added ``ignore_annotations`` and ``ignore_docstring`` flags 1.3.1 - Fixed some bugs in the documentation 1.3.0 - Added support for command aliases - New Annotations: ``RequiredFlag``, ``RequiredOption`` 1.2.0 - Added support for sys.argv argument lists in execute() - Using shlex to split commandlines into tokens. - Numerous minor bug fixes 1.1.0 - Added support for execute_async() 1.0.2 - Added support for quoted input to the execute method 1.0.1 - first release