Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed use_ipython keyword parameter of cmd2.Cmd.__init__() to include_ipy.py_refactor | Kevin Van Brunt | 2021-03-26 | 1 | -1/+1 |
| | | | | | | | | | | Added include_py keyword parameter to cmd2.Cmd.__init__(). If False, then the py command will not be available. Removed ability to run Python commands from the command line with py. Made banners and exit messages of Python and IPython consistent. Changed utils.is_text_file() to raise OSError if file cannot be read. | ||||
* | Add black for automatic code format | Todd Leonhardt | 2021-01-31 | 1 | -0/+1 |
| | |||||
* | Changed isort to force wrapping of imports to reduce merge conflicts from ↵ | Eric Lin | 2021-01-22 | 1 | -1/+4 |
| | | | | minor import changes. | ||||
* | Updated dynamic commands example to add help category | Kevin Van Brunt | 2020-01-06 | 1 | -6/+20 |
| | |||||
* | Added a basic example for dynamically adding do_* commands in a loop | Todd Leonhardt | 2019-09-15 | 1 | -0/+31 |