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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
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
5
5
*``cmd2`` no longer depends on the ``six`` module
6
6
*``cmd2`` is now a multi-file Python package instead of a single-file module
7
+
* New pyscript approach that provides a pythonic interface to commands in the cmd2 application.
7
8
* Deletions (potentially breaking changes)
8
9
* Deleted all ``optparse`` code which had previously been deprecated in release 0.8.0
9
10
* The ``options`` decorator no longer exists
@@ -12,6 +13,7 @@
12
13
* Alternatively, see the [argparse_example.py](https://github.com/python-cmd2/cmd2/blob/master/examples/argparse_example.py)
13
14
* Deleted ``cmd_with_subs_completer``, ``get_subcommands``, and ``get_subcommand_completer``
14
15
* Replaced by default AutoCompleter implementation for all commands using argparse
16
+
* Deleted support for old method of calling application commands with ``cmd()`` and ``self``
0 commit comments