diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-03-08 10:50:52 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-03-08 10:50:52 -0500 |
commit | 4ed7a9ccca49356f2e24341a0aabb0868ff041b0 (patch) | |
tree | deff604feae93b555761dd6a2436c2b23f6fd543 | |
parent | fba9670aa8a47ae389301ca4e33f290388e4331e (diff) | |
download | cmd2-git-4ed7a9ccca49356f2e24341a0aabb0868ff041b0.tar.gz |
Added link for command_definition module
-rw-r--r-- | docs/api/index.rst | 2 |
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 |