diff options
author | kotfu <kotfu@kotfu.net> | 2019-11-29 17:05:37 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2019-11-29 17:05:37 -0700 |
commit | de9e778481069b6d23d5b8ed639b328172633552 (patch) | |
tree | c25aa550f92f8606033a7d13b1a060e6c568545c /docs | |
parent | 51851b8aa0d685b039a066a3b8efe88aa05b6113 (diff) | |
download | cmd2-git-de9e778481069b6d23d5b8ed639b328172633552.tar.gz |
Show various attribute documentation approaches for #821
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api/cmd.rst | 4 |
1 files changed, 3 insertions, 1 deletions
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. |