summaryrefslogtreecommitdiff
path: root/docs/features
diff options
context:
space:
mode:
Diffstat (limited to 'docs/features')
-rw-r--r--docs/features/commands.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/features/commands.rst b/docs/features/commands.rst
index 2cdc9851..ab53e990 100644
--- a/docs/features/commands.rst
+++ b/docs/features/commands.rst
@@ -181,3 +181,11 @@ catch it and display it for you. The `debug` :ref:`setting
`debug` is `false`, which is the default, ``cmd2`` will display the exception
name and message. If `debug` is `true`, ``cmd2`` will display a traceback, and
then display the exception name and message.
+
+
+Remove Built-in Commands
+------------------------
+
+See the :ref:`examples/remove_builtin_commands:Remove Built-in Commands`
+example for information on hiding or removing commands included in ``cmd2``
+which you might not want in your application.