diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api/parsing.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/api/parsing.rst b/docs/api/parsing.rst index dd800eed..4ee6606d 100644 --- a/docs/api/parsing.rst +++ b/docs/api/parsing.rst @@ -8,6 +8,11 @@ cmd2.parsing The name of the command after shortcuts and macros have been expanded + .. attribute:: multiline_command + + If the command is a multi-line command, the name of the command will be + in this attribute. Otherwise, it will be an empty string. + .. attribute:: args The arguments to the command as a string with spaces between the words, |