summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2021-03-08 10:50:52 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2021-03-08 10:50:52 -0500
commit4ed7a9ccca49356f2e24341a0aabb0868ff041b0 (patch)
treedeff604feae93b555761dd6a2436c2b23f6fd543
parentfba9670aa8a47ae389301ca4e33f290388e4331e (diff)
downloadcmd2-git-4ed7a9ccca49356f2e24341a0aabb0868ff041b0.tar.gz
Added link for command_definition module
-rw-r--r--docs/api/index.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api/index.rst b/docs/api/index.rst
index 1a49adfa..861c3f97 100644
--- a/docs/api/index.rst
+++ b/docs/api/index.rst
@@ -44,6 +44,8 @@ This documentation is for ``cmd2`` version |version|.
``argparse``-based tab completion
- :ref:`api/argparse_custom:cmd2.argparse_custom` - classes and functions
for extending ``argparse``
+- :ref:`api/command_definition:cmd2.command_definition` - supports the
+ definition of commands in separate classes to be composed into cmd2.Cmd
- :ref:`api/constants:cmd2.constants` - just like it says on the tin
- :ref:`api/decorators:cmd2.decorators` - decorators for ``cmd2``
commands