1.3.6 (August 27, 2020)
- Breaking changes
- The functions cmd2 adds to Namespaces (
get_statement()andget_handler()) are nowCmd2AttributeWrapperobjects namedcmd2_statementandcmd2_handler. This makes it easy to filter out which attributes in anargparse.Namespacewere added bycmd2.
- The functions cmd2 adds to Namespaces (
- Deprecations
Namespace.__statement__will be removed incmd22.0.0. UseNamespace.cmd2_statement.get()going forward.