Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add in isort changes | Todd Leonhardt | 2021-01-31 | 1 | -1/+3 |
| | |||||
* | Add black for automatic code format | Todd Leonhardt | 2021-01-31 | 1 | -12/+8 |
| | |||||
* | Changed isort to force wrapping of imports to reduce merge conflicts from ↵ | Eric Lin | 2021-01-22 | 1 | -1/+3 |
| | | | | minor import changes. | ||||
* | Added info on semantic versioning and branching strategy to CONTRIBUTING.md | Todd Leonhardt | 2020-04-24 | 1 | -1/+0 |
| | | | | | | | Also: - Added isort to Pipenv dev - Added setup.cfg to make it easy to run flake8, doc8, and isort directly from the command line without using invoke - Ran isort to sort includes | ||||
* | Restore self.statement_parser to a public attribute in cmd2.Cmd | Todd Leonhardt | 2019-07-10 | 1 | -3/+3 |
| | |||||
* | Fixing some examples | Kevin Van Brunt | 2019-07-04 | 1 | -5/+0 |
| | |||||
* | Began work to minimize public API | Todd Leonhardt | 2019-06-15 | 1 | -3/+3 |
| | |||||
* | Fix unit test failures I introduced in last commit | Todd Leonhardt | 2019-06-15 | 1 | -2/+2 |
| | |||||
* | Refactor exit_code implementation | Todd Leonhardt | 2019-05-20 | 1 | -1/+2 |
| | | | | | | | | | | | | cmd2.Cmd.cmdloop() now returns self.exit_code which should be an integer Also: - Refactored examples to call sys.exit(app.cmdloop()) in their __main__ - Running transcript tests now sets the exit_code accordingly based on success/failure - Updated CHANGELOG - Updated README - Updated Sphinx docs - Added unit test for case when transcript test fails | ||||
* | Converted class attributes which aren't intended to be dynamically settable ↵ | Todd Leonhardt | 2019-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | to instance attributes The following are now instance attributes: - allow_cli_args - default_to_shell - quit_on_sigint The following class attribute was deleted due to lack of use: - reserved_words The following instance attribute was deleted due to lack of use: - keywords | ||||
* | Made hooks.py executable | Todd Leonhardt | 2018-09-28 | 1 | -0/+0 |
| | |||||
* | Updated abbreviation example to use new cmd2 function to resolve command ↵ | Kevin Van Brunt | 2018-09-28 | 1 | -5/+5 |
| | | | | functions | ||||
* | Address feedback in PR | kotfu | 2018-07-21 | 1 | -2/+2 |
| | |||||
* | Add hook example | kotfu | 2018-07-21 | 1 | -0/+115 |