Changelog¶
Here you can see the full list of changes between each Terminal release.
Version 0.4.0¶
Release on Dec 20, 2013. Beta release.
- Add alias
Command.subcommand() - Add arguments parameter for
Command - Reture False and True for
Command.parse()
Version 0.3.0¶
Released on May 7, 2013. Beta release.
- various bugfixed
- delete an newline in print help
- remove support for pure function as action
- config option in docstring
- add help_footer option
Version 0.2.0¶
Released on April 23, 2013. Beta release.
- various bugfixed
- don’t sys.exit on
Command.print_help()andCommand.print_version() - add
Option, useOptiononCommand.option() - remove the colorful message on
Logger.message() - disable
Logger.verbose()log onLogger.start()andLogger.end() - add builtin.Command and builtin.Logger
- Option parser has required and boolean flags, Option parser has default value
- record warn and error count on
Logger
Version 0.1.0¶
First public preview release.