summaryrefslogtreecommitdiff
path: root/examples/submenus.py
Commit message (Expand)AuthorAgeFilesLines
* Extract submenu code to new projectkotfu2018-05-091-109/+0
* Removed the expensive imports from cmd2/__init__.pyEric Lin2018-04-251-1/+1
* Started removing dependency on sixTodd Leonhardt2018-04-151-1/+1
* Added optional persistent readline history featureTodd Leonhardt2018-02-081-5/+1
* Added ability to use ipy for embedded IPython to submenus.py exampleTodd Leonhardt2018-02-071-1/+23
* Fixed typo in ThirdLevel.do_say() printCalvin Lobo2018-02-041-1/+2
* added a decorator function that allows nesting of Cmd instances to create sub...Calvin Lobo2018-02-011-0/+90