blob: 5c6b61220d21f25c9cd00a4c28484686e6cfa77b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
cmd2.Cmd
========
.. autoclass:: cmd2.cmd2.Cmd
:members:
.. attribute:: help_error
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.
|