Skip to content

1.3.6 (August 27, 2020)

Compare
Choose a tag to compare
@kmvanbrunt kmvanbrunt released this 27 Aug 17:41
· 511 commits to master since this release
  • Breaking changes
    • The functions cmd2 adds to Namespaces (get_statement() and get_handler()) are now Cmd2AttributeWrapper objects named cmd2_statement and cmd2_handler. This makes it easy to filter out which attributes in an argparse.Namespace were added by cmd2.
  • Deprecations
    • Namespace.__statement__ will be removed in cmd2 2.0.0. Use Namespace.cmd2_statement.get() going forward.