| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add in isort changes | Todd Leonhardt | 2021-01-31 | 1 | -2/+3 |
| | | |||||
| * | Add black for automatic code format | Todd Leonhardt | 2021-01-31 | 1 | -5/+4 |
| | | |||||
| * | Changed isort to force wrapping of imports to reduce merge conflicts from ↵ | Eric Lin | 2021-01-22 | 1 | -1/+3 |
| | | | | | minor import changes. | ||||
| * | Renamed locals_in_py to self_in_py | Todd Leonhardt | 2020-01-27 | 1 | -1/+1 |
| | | | | | This more accurately reflects what it controls | ||||
| * | Changed example cmd2 history file's extension from txt to dat since it is ↵ | Kevin Van Brunt | 2019-06-05 | 1 | -1/+1 |
| | | | | | now binary | ||||
| * | 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 | ||||
| * | Moved main.py to exampels/hello_cmd2.py and added some comments | Todd Leonhardt | 2018-10-06 | 1 | -0/+16 |
