We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06787bc commit f6b5c3bCopy full SHA for f6b5c3b
CHANGELOG.md
@@ -1,6 +1,11 @@
1
## 0.8.6 (TBD)
2
- * Bug Fixes
3
- * Commands using the @with_argparser_and_unknown_args were not correctly recognized when tab completing help
+* Bug Fixes
+ * Commands using the @with_argparser_and_unknown_args were not correctly recognized when tab completing help
4
+ * Fixed ``AttributeError`` on Windows when running a ``select`` command cause by **pyreadline** not implementing ``remove_history_item``
5
+* Enhancement
6
+ * Enhanced the ``py`` console in the following ways
7
+ * Added tab completion of Python identifiers instead of **cmd2** commands
8
+ * Separated the ``py`` console history from the **cmd2** history
9
10
## 0.8.5 (April 15, 2018)
11
* Bug Fixes
0 commit comments