1.3.6 (August 27, 2020)
- Breaking changes
- The functions cmd2 adds to Namespaces (
get_statement()
andget_handler()
) are nowCmd2AttributeWrapper
objects namedcmd2_statement
andcmd2_handler
. This makes it easy to filter out which attributes in anargparse.Namespace
were added bycmd2
.
- The functions cmd2 adds to Namespaces (
- Deprecations
Namespace.__statement__
will be removed incmd2
2.0.0. UseNamespace.cmd2_statement.get()
going forward.