Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Overhauling tab completion examples | Kevin Van Brunt | 2020-02-12 | 1 | -81/+0 |
| | |||||
* | Changed all uses of sub-command to subcommand | Kevin Van Brunt | 2019-07-19 | 1 | -1/+1 |
| | |||||
* | Simplifying unit tests for AutoCompleter | Kevin Van Brunt | 2019-07-05 | 1 | -1/+3 |
| | |||||
* | 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 | ||||
* | Using sub-command instead of subcommand where possible to be consistent with ↵ | Kevin Van Brunt | 2018-10-05 | 1 | -1/+1 |
| | | | | argparse | ||||
* | Standardize cmd2 imports in tests and examples | kotfu | 2018-05-23 | 1 | -4/+3 |
| | |||||
* | Removed the expensive imports from cmd2/__init__.py | Eric Lin | 2018-04-25 | 1 | -2/+2 |
| | | | | | | | Added some shared definitions to cmd2/__init__.py -> maybe there's a better place for these? Figured out how to trick bash into showing argument hints. It's a bit weird. Updated all of the tests and examples to import cmd2 resources from their new location without the automatic imports in cmd2/__init__.py For #369 | ||||
* | Started removing dependency on six | Todd Leonhardt | 2018-04-15 | 1 | -1/+1 |
| | | | | | | | Removed all dependency on six other than for six.moves.input Also: - Started removing code branches which were for Python 2 support | ||||
* | Updated comments and examples | Kevin Van Brunt | 2018-04-15 | 1 | -2/+2 |
| | |||||
* | Made subcommand specific completion work with Python 2 in the examples | Kevin Van Brunt | 2018-03-24 | 1 | -23/+27 |
| | |||||
* | Fixed some parsing bugs and added more unit tests | Kevin Van Brunt | 2018-03-02 | 1 | -1/+7 |
| | |||||
* | Added tab completion example | Kevin Van Brunt | 2018-03-02 | 1 | -0/+69 |