summaryrefslogtreecommitdiff
path: root/main.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved main.py to exampels/hello_cmd2.py and added some commentsTodd Leonhardt2018-10-061-12/+0
|
* Added persistent history file to main.pyKevin Van Brunt2018-09-271-1/+1
|
* Fixed conditional.py scriptTodd Leonhardt2018-05-261-0/+1
| | | | | | Also: - Made self.locals_in_py = True for main.py and examples/python_scripting.py - This makes debugging easier in the embedded IPython shell provided by the opt-in ipy command
* Fixed import in main.py so this can be used for debug and test during ↵Todd Leonhardt2018-05-031-3/+2
| | | | development
* Updated main.py debug/test app to have execute permissions and include ipy ↵Todd Leonhardt2018-04-181-1/+1
| | | | command
* Adds main.py to run base cmd2 directly for development testing purposes.Eric Lin2018-04-181-0/+12