diff options
| -rwxr-xr-x | cmd2.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3988,6 +3988,7 @@ class ParserManager: multilineCommand.setParseAction(lambda x: x[0]) oneline_command.setParseAction(lambda x: x[0]) + output_destination_parser.setParseAction(lambda x: x[0]) if blankLinesAllowed: blankLineTerminationParser = pyparsing.NoMatch |
