diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-04-08 23:29:01 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-04-08 23:29:01 -0400 |
commit | 94f1bb23400ba77950fa61e2bcab0c1afe40d352 (patch) | |
tree | df1e08650d699b8926833f1099265645915efc37 /docs | |
parent | 91c1e55256252dcc025acbd11653570a370ea4c6 (diff) | |
download | cmd2-git-94f1bb23400ba77950fa61e2bcab0c1afe40d352.tar.gz |
The continuation_prompt attribute was declared twice in cmd.rst - this fixes and consolidates that
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api/cmd.rst | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/api/cmd.rst b/docs/api/cmd.rst index 4124912a..6fdfbf27 100644 --- a/docs/api/cmd.rst +++ b/docs/api/cmd.rst @@ -6,11 +6,6 @@ cmd2.Cmd .. automethod:: __init__ - .. attribute:: continuation_prompt - - Use as prompt for multiline commands on the 2nd+ line of input. - Default: ``>``. - .. attribute:: default_error The error message displayed when a non-existent command is run. @@ -31,6 +26,7 @@ cmd2.Cmd The prompt issued to solicit input for the 2nd and subsequent lines of a :ref:`multiline command <features/multiline_commands:Multiline Commands>` + Default: ``>``. .. attribute:: echo |