diff options
author | kotfu <kotfu@kotfu.net> | 2020-02-06 16:50:11 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2020-02-06 16:50:11 -0700 |
commit | 6d11766972dc7db75861fa403cc0008868d1d2e4 (patch) | |
tree | 0458a43d80162430926e30a20e57ec9b97ae2acb | |
parent | 8bbb6401122ee84ce7e7330e34229c60f7be44de (diff) | |
download | cmd2-git-6d11766972dc7db75861fa403cc0008868d1d2e4.tar.gz |
Add documentation of __init__ method
-rw-r--r-- | docs/api/cmd.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api/cmd.rst b/docs/api/cmd.rst index 34a34105..e20e8eff 100644 --- a/docs/api/cmd.rst +++ b/docs/api/cmd.rst @@ -4,6 +4,8 @@ cmd2.Cmd .. autoclass:: cmd2.Cmd :members: + .. automethod:: __init__ + .. attribute:: help_error The error message displayed to the user when they request help for a |