summaryrefslogtreecommitdiff
path: root/cliff/app.py
Commit message (Expand)AuthorAgeFilesLines
* Always install complete commandDoug Hellmann2013-11-121-0/+2
* Re-raise Exception on debug modeChristophe CHAUVET2013-08-291-1/+1
* Return code 1 is already use, use code 2 insteadChristophe CHAUVET2013-08-281-1/+1
* Reraise error on debugChristophe CHAUVET2013-08-281-1/+4
* Display better error message on unknown command, and return code 1Christophe CHAUVET2013-08-271-1/+5
* Provide a default output encodingDoug Hellmann2013-08-161-1/+5
* Fix default encoding issue with python 2.6Doug Hellmann2013-08-121-3/+22
* Expose instantiated interpreter instance and assign it to the 'interpreter'Tomaz Muraus2013-05-291-6/+7
* use flake8 for style checksDoug Hellmann2013-03-161-8/+8
* fix rst formatting in docstringDoug Hellmann2012-10-211-1/+1
* Allow user to pass argparse_kwargs argument to the build_option_parser method.Tomaz Muraus2012-09-101-1/+7
* Add python2.6 supportMark McClain2012-08-291-1/+17
* remove debug printDoug Hellmann2012-08-151-1/+0
* Fix logging default behaviorDoug Hellmann2012-08-151-11/+21
* Doc updates for API changes.1.0Doug Hellmann2012-06-201-1/+5
* pep8 cleanupDoug Hellmann2012-06-011-5/+15
* Merge pull request #9 from heavenshell/feature_py26Doug Hellmann2012-05-141-1/+1
|\
| * enable to use in Python2.6heavenshell2012-05-081-1/+1
* | set the interactive mode flag before initializing the app so subclasses can c...Doug Hellmann2012-05-141-6/+15
* | pass more details to initialize_app so subclasses can decide what sort of ini...Doug Hellmann2012-05-101-2/+5
|/
* pass the App to the help action instead of passing just the command manager, ...Doug Hellmann2012-04-291-1/+1
* 100% coverage of cliff.app moduleDoug Hellmann2012-04-291-2/+3
* let the interactive app set its own promptDoug Hellmann2012-04-291-1/+0
* add tests for App and fix an issue with error handling and clean_up() in pyth...Doug Hellmann2012-04-291-1/+8
* use the stderr handle given to the app instead of assuming the defaultDoug Hellmann2012-04-291-1/+1
* documentation improvementsDoug Hellmann2012-04-281-9/+37
* first pass at interactive appDoug Hellmann2012-04-281-10/+36
* register a custom help action that knows how to print the list of commands av...Doug Hellmann2012-04-261-13/+6
* Use argparse for global argumentsDean Troyer2012-04-261-17/+16
* better error handling of post-action hook in appDoug Hellmann2012-04-221-2/+8
* Pass the I/O streams into the appDoug Hellmann2012-04-221-1/+14
* add some error handling to AppDoug Hellmann2012-04-221-6/+21
* make the log messages slightly easier to parseDoug Hellmann2012-04-221-2/+2
* tweak App api to make it easier to override and perform global actions before...Doug Hellmann2012-04-221-10/+32
* use logging for controlling console output verbosityDoug Hellmann2012-04-211-6/+47
* if no arguments are provided at all show the help messageDoug Hellmann2012-04-201-2/+4
* replace default --help processor with one that includes the list of subcomman...Doug Hellmann2012-04-201-0/+20
* clean up dead codeDoug Hellmann2012-04-201-9/+0
* include version info when configuring opt parseDoug Hellmann2012-04-201-0/+1
* first pass at an app class that can invoke commandsDoug Hellmann2012-04-201-0/+51