diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-02-08 16:54:25 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-02-08 16:54:25 -0500 |
commit | 53a5cef6d56418528e969f55855906f7f602a7b1 (patch) | |
tree | 5e994a8295f3240bea6ed311283b12e1109400bb /docs/features/multiline_commands.rst | |
parent | f08f7d2a6d03d4654903d2d5bea33bf24f661a00 (diff) | |
parent | c0942f1b72356f199054d52641170ce74e0f8b46 (diff) | |
download | cmd2-git-53a5cef6d56418528e969f55855906f7f602a7b1.tar.gz |
Merge branch 'master' into api_docs
Diffstat (limited to 'docs/features/multiline_commands.rst')
-rw-r--r-- | docs/features/multiline_commands.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features/multiline_commands.rst b/docs/features/multiline_commands.rst index 96063867..6e0a4539 100644 --- a/docs/features/multiline_commands.rst +++ b/docs/features/multiline_commands.rst @@ -17,9 +17,9 @@ Continuation prompt When a user types a :ref:`Multiline Command <features/multiline_commands:Multiline Commands>` it may span more than one line of input. The prompt for the first line of input is specified by the -``cmd2.Cmd.prompt`` instance attribute - see +:attr:`cmd2.Cmd.prompt` instance attribute - see :ref:`features/prompt:Customizing the Prompt`. The prompt for subsequent lines -of input is defined by the ``cmd2.Cmd.continuation_prompt`` attribute. +of input is defined by the :attr:`cmd2.Cmd.continuation_prompt` attribute. Use cases --------- |