diff options
Diffstat (limited to 'docs/api/cmd.rst')
-rw-r--r-- | docs/api/cmd.rst | 3 |
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. |