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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
## 0.9.0 (TBD, 2018)
2
2
* Enhancements
3
+
* Automatic completion of ``argparse`` arguments via ``cmd2.argparse_completer.AutoCompleter``
4
+
* See the [tab_autocompletion.py](https://github.com/python-cmd2/cmd2/blob/master/examples/tab_autocompletion.py) example for a demonstration of how to use this feature
3
5
*``cmd2`` no longer depends on the ``six`` module
6
+
*``cmd2`` is now a multi-file Python package instead of a single-file module
4
7
* Deletions (potentially breaking changes)
5
8
* Deleted all ``optparse`` code which had previously been deprecated in release 0.8.0
0 commit comments