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 aa546af commit 7b95b9cCopy full SHA for 7b95b9c
CHANGELOG.md
@@ -7,6 +7,8 @@
7
framework, see ``docs/hooks.rst`` for details.
8
* New dependency on ``attrs`` third party module
9
* Added ``matches_sorted`` member to support custom sorting of tab-completion matches
10
+ * Added [tab_autocomp_dynamic.py](https://github.com/python-cmd2/cmd2/blob/master/examples/tab_autocomp_dynamic.py) example
11
+ * Demonstrates updating the argparse object during init instead of during class construction
12
* Deprecations
13
* Deprecated the following hook methods, see ``hooks.rst`` for full details:
14
* ``cmd2.Cmd.preparse()`` - equivalent functionality available
0 commit comments