From de9e778481069b6d23d5b8ed639b328172633552 Mon Sep 17 00:00:00 2001 From: kotfu Date: Fri, 29 Nov 2019 17:05:37 -0700 Subject: Show various attribute documentation approaches for #821 --- docs/api/cmd.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/api/cmd.rst b/docs/api/cmd.rst index ebec17c3..f50db544 100644 --- a/docs/api/cmd.rst +++ b/docs/api/cmd.rst @@ -4,6 +4,8 @@ cmd2.Cmd .. autoclass:: cmd2.cmd2.Cmd :members: - .. attribute:: default_error + .. attribute:: help_error + The error message displayed to the user when they request help for a + command with no help defined. -- cgit v1.2.1