summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/ansi.rst5
-rw-r--r--docs/api/cmd.rst6
-rw-r--r--docs/api/index.rst1
3 files changed, 12 insertions, 0 deletions
diff --git a/docs/api/ansi.rst b/docs/api/ansi.rst
new file mode 100644
index 00000000..e361bd4f
--- /dev/null
+++ b/docs/api/ansi.rst
@@ -0,0 +1,5 @@
+cmd2.ansi
+=========
+
+.. automodule:: cmd2.ansi
+ :members:
diff --git a/docs/api/cmd.rst b/docs/api/cmd.rst
index 4f88101e..f50db544 100644
--- a/docs/api/cmd.rst
+++ b/docs/api/cmd.rst
@@ -3,3 +3,9 @@ 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.
+
diff --git a/docs/api/index.rst b/docs/api/index.rst
index 94d0fdd4..f0324eab 100644
--- a/docs/api/index.rst
+++ b/docs/api/index.rst
@@ -7,5 +7,6 @@ API Reference
cmd
decorators
exceptions
+ ansi
utility_classes
utility_functions