diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-08-27 13:48:45 -0400 |
|---|---|---|
| committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-08-27 13:48:45 -0400 |
| commit | 6b5065e77715c6bab45f3a57eb5b97e3cbe4b86d (patch) | |
| tree | 88db9608a44ca248a82f335236c6f32f8cf72d51 /docs/features | |
| parent | e650fc3defd7ddeb32eeadeeddccda370539ce1d (diff) | |
| download | cmd2-git-6b5065e77715c6bab45f3a57eb5b97e3cbe4b86d.tar.gz | |
Removed Namespace.__statement__
Diffstat (limited to 'docs/features')
| -rw-r--r-- | docs/features/argument_processing.rst | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/features/argument_processing.rst b/docs/features/argument_processing.rst index 06f48f82..9abd9c65 100644 --- a/docs/features/argument_processing.rst +++ b/docs/features/argument_processing.rst @@ -392,11 +392,7 @@ argparse arguments. - ``cmd2_statement`` - ``cmd2.Cmd2AttributeWrapper`` object containing ``cmd2.Statement`` object that was created when parsing the command line. -- ``__statement__`` - ``cmd2.Statement`` object that was created when parsing - the command line. (This is deprecated and will be removed in 2.0.0.) Use - ``cmd2_statement`` instead. - -- ``__subcmd_handler__`` - used by cmd2 to identify the handler for a - subcommand created with ``@cmd2.as_subcommand_to`` decorator. - ``cmd2_handler`` - ``cmd2.Cmd2AttributeWrapper`` object containing a subcommand handler function or ``None`` if one was not set. +- ``__subcmd_handler__`` - used by cmd2 to identify the handler for a + subcommand created with ``@cmd2.as_subcommand_to`` decorator. |
