summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcmd2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd2.py b/cmd2.py
index 778ca2f0..29a993f3 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -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