summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2020-01-14 21:53:22 -0700
committerkotfu <kotfu@kotfu.net>2020-01-14 21:53:22 -0700
commitdadf6c82b96b049df965b0f5a71c5726cf8cd705 (patch)
tree708effef28fbc6010f54408a536dd2d9832fa8d1 /docs
parent8247446728d09ee0de7b1e4312606126257f6d11 (diff)
downloadcmd2-git-dadf6c82b96b049df965b0f5a71c5726cf8cd705.tar.gz
Add documentation for default_error
Diffstat (limited to 'docs')
-rw-r--r--docs/api/cmd.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/api/cmd.rst b/docs/api/cmd.rst
index f50db544..5c6b6122 100644
--- a/docs/api/cmd.rst
+++ b/docs/api/cmd.rst
@@ -9,3 +9,6 @@ cmd2.Cmd
The error message displayed to the user when they request help for a
command with no help defined.
+ .. attribute:: default_error
+
+ The error message displayed when a non-existent command is run.