| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor exit_code implementation | Todd Leonhardt | 2019-05-20 | 1 | -9/+5 |
| | | | | | | | | | | | | | 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 | ||||
| * | Added a couple unit tests of the exit code feature | Todd Leonhardt | 2018-08-23 | 1 | -4/+2 |
| | | |||||
| * | Added way of returning a non-zero exit code to the shell | Todd Leonhardt | 2018-08-23 | 1 | -0/+45 |
