summaryrefslogtreecommitdiff
path: root/examples/first_app.py
Commit message (Collapse)AuthorAgeFilesLines
* Added cmd2.utils.Settable to the cmd2 namespace and updated examples and docsTodd Leonhardt2020-02-041-1/+1
|
* Fix build error for unused importkotfu2019-07-061-1/+0
|
* Work on Getting Started section of documentationkotfu2019-07-061-0/+61
- change the walk through from example.py to a new first_app.py (based on example.py) - remove the feature tour section, we’ll use the first application to demo the key features