diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-29 19:24:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-29 19:24:50 -0500 |
commit | 6296d413ac1cee3577c19ba2bbf9da56202dc26d (patch) | |
tree | 8cacaa6175acde73a861de5cba3919f3963073e2 /docs/features/initialization.rst | |
parent | e87cadfbaeda0bb0197ce959107bda0db89514ea (diff) | |
parent | 0196641173d3b4a69876fb4349d6f5caa5603858 (diff) | |
download | cmd2-git-6296d413ac1cee3577c19ba2bbf9da56202dc26d.tar.gz |
Merge pull request #867 from python-cmd2/discoverable_verbose_help
Make verbose help more discoverable
Diffstat (limited to 'docs/features/initialization.rst')
-rw-r--r-- | docs/features/initialization.rst | 2 |
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. |