diff options
| author | kotfu <kotfu@kotfu.net> | 2019-08-23 19:09:02 -0600 |
|---|---|---|
| committer | kotfu <kotfu@kotfu.net> | 2019-08-23 19:09:02 -0600 |
| commit | 9fd5f6274da443db4f37273d1284e6d09f94aab5 (patch) | |
| tree | fa28b7229004097c7df16442cb4551c1bbaff7ab /docs/features/commands.rst | |
| parent | 65cf54ae758bc1e036710c571f6c785820c7e10d (diff) | |
| download | cmd2-git-9fd5f6274da443db4f37273d1284e6d09f94aab5.tar.gz | |
Add documentation and example for removing built-in commands
For #765
Diffstat (limited to 'docs/features/commands.rst')
| -rw-r--r-- | docs/features/commands.rst | 8 |
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. |
