diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-29 00:57:49 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-29 00:57:49 -0500 |
commit | 5f124721b7c791c579062d9e3649b2b3646ccc8b (patch) | |
tree | d571e28844d35e69c6e0ecce38b93ffbd7f873c1 /docs/features/initialization.rst | |
parent | e87cadfbaeda0bb0197ce959107bda0db89514ea (diff) | |
download | cmd2-git-5f124721b7c791c579062d9e3649b2b3646ccc8b.tar.gz |
Attempt to make "help -v" more discoverable by changing the default help text
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. |