You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* See [submenus.py](https://github.com/python-cmd2/cmd2/blob/master/examples/submenus.py) for an example of how to use it
6
11
* Added option for persistent readline history
7
12
* See [persistent_history.py](https://github.com/python-cmd2/cmd2/blob/master/examples/persistent_history.py) for an example
8
13
* See the [Searchable command history](http://cmd2.readthedocs.io/en/latest/freefeatures.html#searchable-command-history) section of the documentation for more info
14
+
* Improved PyPI packaging by including unit tests, examples, and docs in the tarball
15
+
* Improved documentation to make it more obvious that **poutput()** should be used instead of **print()**
16
+
*``exclude_from_help`` and ``excludeFromHistory`` are now instance instead of class attributes
0 commit comments