summaryrefslogtreecommitdiff
path: root/docs/features/initialization.rst
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2020-01-29 19:27:43 -0500
committerGitHub <noreply@github.com>2020-01-29 19:27:43 -0500
commit052caa649be459145c5593f9515be8d3100a16c3 (patch)
tree1ea9343206b1c070460415f010c6d1086e514802 /docs/features/initialization.rst
parent26c140e891773f69850043b68c75d9467bf54e55 (diff)
parent6296d413ac1cee3577c19ba2bbf9da56202dc26d (diff)
downloadcmd2-git-052caa649be459145c5593f9515be8d3100a16c3.tar.gz
Merge branch 'master' into changelog_clarification
Diffstat (limited to 'docs/features/initialization.rst')
-rw-r--r--docs/features/initialization.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/features/initialization.rst b/docs/features/initialization.rst
index c5df5af8..46b4ecd2 100644
--- a/docs/features/initialization.rst
+++ b/docs/features/initialization.rst
@@ -108,6 +108,8 @@ override:
support commands that are only available during specific states of the
application. This dictionary's keys are the command names and its values are
DisabledCommand objects.
+- **doc_header**: Set the header used for the help function's listing of
+ documented functions
- **echo**: if ``True``, each command the user issues will be repeated to the
screen before it is executed. This is particularly useful when running
scripts. This behavior does not occur when running a command at the prompt.