From dadf6c82b96b049df965b0f5a71c5726cf8cd705 Mon Sep 17 00:00:00 2001 From: kotfu Date: Tue, 14 Jan 2020 21:53:22 -0700 Subject: Add documentation for default_error --- docs/api/cmd.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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. -- cgit v1.2.1