From 9fd5f6274da443db4f37273d1284e6d09f94aab5 Mon Sep 17 00:00:00 2001 From: kotfu Date: Fri, 23 Aug 2019 19:09:02 -0600 Subject: Add documentation and example for removing built-in commands For #765 --- docs/features/commands.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/features') 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. -- cgit v1.2.1