diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-09-08 16:21:02 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-09-08 16:21:02 -0400 |
commit | e2adc8fe379aa40142d8fee1414a5b563084b704 (patch) | |
tree | 9fd652f24f54f7b9bab41205520eea6bcafe8c02 /cmd2/parsing.py | |
parent | a318745bed432fcd0527e691406c238c0d4d07fc (diff) | |
download | cmd2-git-e2adc8fe379aa40142d8fee1414a5b563084b704.tar.gz |
Took a stab at improving documentation and unit tests for Statement.parse_command_only()
Also slightly improved a few other unit tests
Diffstat (limited to 'cmd2/parsing.py')
-rw-r--r-- | cmd2/parsing.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd2/parsing.py b/cmd2/parsing.py index 7a9a9ff6..f6186624 100644 --- a/cmd2/parsing.py +++ b/cmd2/parsing.py @@ -398,6 +398,7 @@ class StatementParser: The Statement object returned by this method can at most contain values in the following attributes: + - args - raw - command - multiline_command |