From 6d11766972dc7db75861fa403cc0008868d1d2e4 Mon Sep 17 00:00:00 2001 From: kotfu Date: Thu, 6 Feb 2020 16:50:11 -0700 Subject: Add documentation of __init__ method --- docs/api/cmd.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/api') 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 -- cgit v1.2.1