summaryrefslogtreecommitdiff
path: root/examples/submenus.py
Commit message (Collapse)AuthorAgeFilesLines
* Added optional persistent readline history featureTodd Leonhardt2018-02-081-5/+1
| | | | | | | | | | | | - Including an example and info in the Sphinx docs Also: - Created CHANGELOG entry for 0.8.1 release - Added info to README about new sub-menu feature - Bumped version to 0.8.1 TODO: - Added a unit test for the persistent readline history feature
* Added ability to use ipy for embedded IPython to submenus.py exampleTodd Leonhardt2018-02-071-1/+23
| | | | This is simply to allow introspection on self for debug and development
* Fixed typo in ThirdLevel.do_say() printCalvin Lobo2018-02-041-1/+2
| | | | Added shebang line
* added a decorator function that allows nesting of Cmd instances to create ↵Calvin Lobo2018-02-011-0/+90
submenus