Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into black | Todd Leonhardt | 2021-02-19 | 1 | -7/+7 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # cmd2/__init__.py # cmd2/argparse_completer.py # cmd2/argparse_custom.py # cmd2/cmd2.py # cmd2/decorators.py # cmd2/exceptions.py # cmd2/utils.py # examples/arg_decorators.py # examples/argparse_completion.py # examples/modular_commands_main.py # tests/test_argparse_completer.py # tests/test_argparse_custom.py # tests/test_cmd2.py # tests/test_completion.py # tests/test_history.py | ||||
| * | Merge branch 'master' into 2.0 | Kevin Van Brunt | 2021-01-22 | 1 | -2/+7 |
| |\ | |||||
| * | | Updated async printing example to use thread event instead of a boolean flag | Kevin Van Brunt | 2020-08-18 | 1 | -7/+7 |
| | | | |||||
* | | | Add in isort changes | Todd Leonhardt | 2021-01-31 | 1 | -1/+3 |
| | | | |||||
* | | | Add black for automatic code format | Todd Leonhardt | 2021-01-31 | 1 | -14/+14 |
| |/ |/| | |||||
* | | Changed isort to force wrapping of imports to reduce merge conflicts from ↵ | Eric Lin | 2021-01-22 | 1 | -2/+7 |
|/ | | | | minor import changes. | ||||
* | Added info on semantic versioning and branching strategy to CONTRIBUTING.md | Todd Leonhardt | 2020-04-24 | 1 | -1/+1 |
| | | | | | | | 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 | ||||
* | Updated changelog to address removal of ansi.FG_COLORS and ansi.BG_COLORS ↵ | Todd Leonhardt | 2020-02-07 | 1 | -8/+8 |
| | | | | | | | and mention their replacement by ansi.fg and ansi.bg enums Also: - Use ansi.fg in async_printing.py and README.md | ||||
* | Made example update the prompt less frequently | Kevin Van Brunt | 2019-08-01 | 1 | -4/+18 |
| | |||||
* | Whitespace and doc fixes | Kevin Van Brunt | 2019-07-01 | 1 | -1/+1 |
| | |||||
* | Improve background color display of prompt in async_printing.py example | Todd Leonhardt | 2019-06-28 | 1 | -1/+1 |
| | |||||
* | Simplified ansi color dictionaries and lookup methods | Todd Leonhardt | 2019-06-27 | 1 | -21/+5 |
| | | | | | | | Also: - Updated examples that use color to use cmd2.ansi instead of colorama - Updated tests that use color to use cmd2.ansi instead of colorama - plumbum_colorspy example shows how to override color lookup functions to use a different color library | ||||
* | 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 | ||||
* | Fixed issue when printing alerts caused by a prompt with a new line character | Kevin Van Brunt | 2019-03-21 | 1 | -4/+4 |
| | |||||
* | Fixed how shortcuts are set in examples | Todd Leonhardt | 2019-03-14 | 1 | -1/+0 |
| | |||||
* | Fixed comment | Kevin Van Brunt | 2019-02-06 | 1 | -1/+1 |
| | |||||
* | Added more examples and documentation | Kevin Van Brunt | 2018-09-25 | 1 | -2/+8 |
| | |||||
* | Made async stuff public | Kevin Van Brunt | 2018-09-25 | 1 | -8/+8 |
| | |||||
* | Made demo more instructive | Kevin Van Brunt | 2018-09-23 | 1 | -92/+103 |
| | |||||
* | Added more alerts and updated documentation | Kevin Van Brunt | 2018-09-22 | 1 | -12/+39 |
| | |||||
* | Recreating the thread in preloop to support multiple calls of cmdloop | Kevin Van Brunt | 2018-09-22 | 1 | -1/+3 |
| | |||||
* | Updating prompt in example app | Kevin Van Brunt | 2018-09-21 | 1 | -7/+43 |
| | |||||
* | First version of async printing example | Kevin Van Brunt | 2018-09-21 | 1 | -0/+121 |