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 c87c562 commit e3a07c5Copy full SHA for e3a07c5
CHANGELOG.md
@@ -4,7 +4,8 @@
4
`Cmd2AttributeWrapper` objects named `cmd2_statement` and `cmd2_handler`. This makes it
5
easy to filter out which attributes in an `argparse.Namespace` were added by `cmd2`.
6
* Deprecations
7
- * ``Namespace.__statement__`` will be removed in `cmd2` 2.0.0. Use `Namespace.get_statement()` going forward.
+ * ``Namespace.__statement__`` will be removed in `cmd2` 2.0.0. Use `Namespace.cmd2_statement.get()`
8
+ going forward.
9
10
## 1.3.5 (August 25, 2020)
11
* Bug Fixes
0 commit comments